.. _TypeInfoEnum: TypeInfoEnum ============ .. code-block:: bl TypeInfoEnum :: struct { name: string; base_type: *TypeInfo; variants: []TypeInfoEnumVariant; } Detailed information about enumerator types. Members ------- **name** - Enumerator type name. **base_type** - Base type info. **variants** - Slice of all enumerator variants. *Declared in: a.bl*