ava/standard-types.md
2024-01-29 21:15:42 -06:00

241 B

Standard Types

Byte Boolean Int8 UInt8 Int16 UInt16 Int32 UInt32 Int64 UInt64 Float32 Float64 BigInt Decimal String Char (a, b, ...) (Tuples) List[A] (List of some type) Array[A] (Array of some type)