Common types
The following types commonly appear in Veila:
- Numbers: (64-bit unless indicated otherwise)
integerunsigned-integer32-bit-integerunsigned-32-bit-integeroctetfloat32-bit-float
- Characters:
character - Finite types:
Boolean:#true,#falseunit:#unit
- Collections:
array[item-type]deque[item-type]set[item-type]dictionary[key-type, value-type]