Constant names [src]
Set of primitive type and value names.
Does not include _ or integer type names.
Source
pub const names = std.StaticStringMap(void).initComptime(.{
.{"anyerror"},
.{"anyframe"},
.{"anyopaque"},
.{"bool"},
.{"c_int"},
.{"c_long"},
.{"c_longdouble"},
.{"c_longlong"},
.{"c_char"},
.{"c_short"},
.{"c_uint"},
.{"c_ulong"},
.{"c_ulonglong"},
.{"c_ushort"},
.{"comptime_float"},
.{"comptime_int"},
.{"f128"},
.{"f16"},
.{"f32"},
.{"f64"},
.{"f80"},
.{"false"},
.{"isize"},
.{"noreturn"},
.{"null"},
.{"true"},
.{"type"},
.{"undefined"},
.{"usize"},
.{"void"},
})