Skip to main content

integer_partitions

Function integer_partitions 

Source
pub fn integer_partitions(n: usize) -> IntegerPartitionIter 
Expand description

Construct a partition iterator for n. n == 0 yields the empty partition.