TypeIdMap

Undocumented in source.
alias TypeIdMap = TypeTuple!(TypeId!(char, 0b001_00_1_00), TypeId!(ubyte, 0b001_0_0000), TypeId!(ushort, 0b010_0_0000), TypeId!(uint, 0b100_0__0__0__0__0), TypeId!(byte, 0b001_1_0000), TypeId!(short, 0b010_1_0000), TypeId!(int, 0b100_1_0000), TypeId!(float, 0b100_01_000), TypeId!(ubyte[], 0b001_000_01), TypeId!(ushort[], 0b010_000_01), TypeId!(uint[], 0b100_000_01), TypeId!(byte[], 0b001_100_01), TypeId!(short[], 0b010_100_01), TypeId!(int[], 0b100_100_01), TypeId!(float[], 0b100_01_001), TypeId!(string, 0b001_00_101), TypeId!(string, 0b001_01_101), TypeId!(typeof(null), 0b0000_0010))

Meta