StoreDataType

data types that has direct correspondence with Dlang data types

Values

ValueMeaning
BYTEDataType.BYTE
UBYTEDataType.UBYTE
SHORTDataType.SHORT
USHORTDataType.USHORT
INTDataType.INT
UINTDataType.UINT
LONGDataType.LONG
ULONGDataType.ULONG
FLOATDataType.FLOAT
DOUBLEDataType.DOUBLE

Meta