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