20 lines
234 B
Markdown
20 lines
234 B
Markdown
# Standard Types
|
|
|
|
`Byte`
|
|
`Boolean`
|
|
`Int8`
|
|
`UInt8`
|
|
`Int16`
|
|
`UInt16`
|
|
`Int32`
|
|
`UInt32`
|
|
`Int64`
|
|
`UInt64`
|
|
`Float32`
|
|
`Float64`
|
|
`BigInt`
|
|
`Decimal`
|
|
`String`
|
|
`(a, b, ...)` (Tuples)
|
|
`List[A]` (List of some type)
|
|
`Array[A]` (Array of some type)
|