Numeric numbers

Integer

Signed Integer:

Int8 Int16 Int32 Int64 Int128

Unsigned Integer:

Uint8 Uint16 Uint32 Uint64 Uint128

Floating Numbers

Float16 Float32 Float64

Bool

It contains true and false

String datatypes

  • AbstractString
  • UTF8String
  • ASCIIString
  • Char