Runtime Reference
Types
Pointer Types
&T^T
Scalar Types
struct Boolstruct Charstruct Float# reservedstruct Float8# reservedstruct Float16struct Float32struct Float64struct Float128# reservedstruct Int# reservedstruct Int8struct Int16struct Int32struct Int64struct Int128# reservedstruct Uint# reservedstruct Uint8struct Uint16struct Uint32struct Uint64struct Uint128# reserved
Return Types
struct Neverstruct Void
Monadic Types
enum Maybe(T)enum Result(T, E)
Sequence Types
struct Array(T, @n)# internal