Type represents the values the type keyword can take in JTD.
type
The boolean type.
boolean
The float32 type.
float32
The float64 type.
float64
The int8 type.
int8
The uint8 type.
uint8
The int16 type.
int16
The uint16 type.
uint16
The int32 type.
int32
The uint32 type.
uint32
The string type.
string
The timestamp type.
timestamp
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.