pub fn integer_partitions(n: usize) -> IntegerPartitionIter ⓘExpand description
Construct a partition iterator for n. n == 0 yields the empty partition.
pub fn integer_partitions(n: usize) -> IntegerPartitionIter ⓘConstruct a partition iterator for n. n == 0 yields the empty partition.