itertools::combinations

Function remaining_for

Source
fn remaining_for(n: usize, first: bool, indices: &[usize]) -> Option<usize>
Expand description

For a given size n, return the count of remaining combinations or None if it would overflow.