TypeInfo¶
TypeInfo :: struct {
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.
TypeInfo :: struct {
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.