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