itertools
0.13.0
Module combinations
Module Items
Structs
Functions
In crate itertools
itertools
Module
combinations
Copy item path
Source
Structs
§
Combinations
An iterator to iterate through all the
k
-length combinations in an iterator.
Functions
§
combinations
Create a new
Combinations
from a clonable iterator.
remaining_
for
🔒
For a given size
n
, return the count of remaining combinations or None if it would overflow.