TypeInfo :: struct #compiler { kind: TypeKind; size_bytes: usize }
Base TypeInfo structure returned by typeinfo operator. This structure pointer can be casted to child type to get more descriptive information about the type.
kind Type info kind.
size_bytes Size of type in bytes.
Declared in: a.bl