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.

Members

kind - Type info kind.

size_bytes - Size of type in bytes.

Declared in: a.bl