pub type SmallSubsets = GenSmallSubsets<u8>;
Expand description
Maintains subsets of a set partition using 16-entry ArrayVec
s
Pass this as the Subsets
implementation to the SetPartition
structs.
Aliased Typeยง
pub struct SmallSubsets { /* private fields */ }