Add note for ByteList and ByteVector

This commit is contained in:
Hsiao-Wei Wang 2021-04-20 20:18:00 +08:00
parent e895c29f3f
commit a83a2f1bc7
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E

View File

@ -75,7 +75,8 @@ For convenience we alias:
* `bit` to `boolean`
* `byte` to `uint8` (this is a basic type)
* `BytesN` to `Vector[byte, N]` (this is *not* a basic type)
* `BytesN` and `ByteVector[N]` to `Vector[byte, N]` (this is *not* a basic type)
* `ByteList[N]` to `List[byte, N]`
* `null`: `{}`
### Default values