TypeInfoEnum
Declaration
TypeInfoEnum :: struct #base TypeInfo #compiler {
name: string;
base_type: *TypeInfo;
variants: []TypeInfoEnumVariant
}
Description
Detailed information about enumerator types.
Members
nameEnumerator type name.base_typeBase type info.variantsSlice of all enumerator variants.
Declared in: _builtin.bl