pub static TYPEKIND_ENUM: BuiltinEnumDefExpand description
The built-in TypeKind enum for compile-time type reflection.
Variants represent different type classifications, used by @typeInfo.
Variants:
Struct(index 0): Struct typesEnum(index 1): Enum typesInt(index 2): Integer types (i8..i64, u8..u64)Bool(index 3): Boolean typeUnit(index 4): Unit typeNever(index 5): Never typeArray(index 6): Fixed-size array types