pub type GenSmallSetPartition<T> = ArrayVecSetPartition<T, (), 16>;Expand description
Represents a set partition stored in a 16-entry ArrayVec.
For big sizes, use VecSetPartition instead, which uses a Vec.
If the size is constant, use the appropriate SetPartition# struct instead for better performance.
Aliased Typeยง
pub struct GenSmallSetPartition<T> { /* private fields */ }