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