pub type SmallSetPartition = GenSmallSetPartition<u8>;
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 SmallSetPartition { /* private fields */ }