Skip to main content

subsets

Function subsets 

Source
pub fn subsets(n: usize) -> Result<SubsetIter, CombError>
Expand description

Construct a subset iterator, rejecting n too large for the u128 cursor.