ava/notes/standard-types.md

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)