pub type OptionGroup32<T> = OptionGroup<u32, T>;
Expand description

A group of up to 32 Options with the discriminants packed into a single u32.