pub type EnumValues = EnumerationValues<EnumValue>;
Representation of enum values wrapped by EnumValuesStorage
EnumValuesStorage
struct EnumValues([EnumValue]);
0: [EnumValue]
Dereferences the enumeration values as a slice, but excluding the last value which is zero.