Module itertools::combinations
source · Structs§
- An iterator to iterate through all the
k
-length combinations in an iterator.
Functions§
- Create a new
Combinations
from a clonable iterator. - For a given size
n
, return the count of remaining combinations or None if it would overflow.