- TypeBool
alias TypeBool = TypePod!bool
Undocumented in source.
- TypeChar
alias TypeChar = TypePod!char
Undocumented in source.
- TypeDouble
alias TypeDouble = TypePod!double
Undocumented in source.
- TypeFloat
alias TypeFloat = TypePod!float
Undocumented in source.
- TypeInt
alias TypeInt = TypePod!int
Undocumented in source.
- TypeLong
alias TypeLong = TypePod!long
Undocumented in source.
- TypeUInt
alias TypeUInt = TypePod!uint
Undocumented in source.