SmallSubsets

Type Alias SmallSubsets 

Source
pub type SmallSubsets = GenSmallSubsets<u8>;
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 SmallSubsets { /* private fields */ }