Structs§
- Combinations
With Replacement Generic - An iterator to iterate through all the
n-length combinations in an iterator, with replacement.
Functions§
- array_
combinations_ with_ replacement - Create a new `ArrayCombinationsWithReplacement`` from a cloneable iterator.
- combinations_
with_ replacement - Create a new
CombinationsWithReplacementfrom a cloneable iterator. - remaining_
for 🔒 - For a given size
n, return the count of remaining combinations with replacement or None if it would overflow.
Type Aliases§
- Array
Combinations With Replacement - Iterator for const generic combinations_with_replacement returned by
.array_combinations_with_replacement() - Combinations
With Replacement - Iterator for
Box<[I]>valued combinations_with_replacement returned by.combinations_with_replacement()