pub type EnumValuesStorage<const N: usize> = EnumerationValuesStorage<EnumValue, N>;
Storage of enum values.
#[repr(C)]pub struct EnumValuesStorage<const N: usize>([EnumValue; N]);
0: [EnumValue; N]