Skip to content

TypeInfoEnum

Declaration

TypeInfoEnum :: struct #base TypeInfo #compiler {
    name: string;
    base_type: *TypeInfo; 
    variants: []TypeInfoEnumVariant
}

Description

Detailed information about enumerator types.

Members

  • name Enumerator type name.
  • base_type Base type info.
  • variants Slice of all enumerator variants.

Declared in: _builtin.bl