Public Types | |
enum | uint { Bool = 0, Byte, UByte, Short, UShort, Int, UInt, Long, ULong, Float, Double, Real, Utf8, Utf16, Utf32, Pointer, Raw = uint.max } |
Static Public Attributes | |
static int[] | widths |
Classes | |
class | TextType< T > |
|
|
|
Initial value: [ bool.sizeof, byte.sizeof, ubyte.sizeof, short.sizeof, ushort.sizeof, int.sizeof, uint.sizeof, long.sizeof, ulong.sizeof, float.sizeof, double.sizeof, real.sizeof, char.sizeof, wchar.sizeof, dchar.sizeof, (void*).sizeof, ] |