Module itertools::adaptors::multi_product
source · Structs§
- An iterator adaptor that iterates over the cartesian product of multiple iterators of type
I
. - Internals for
MultiProduct
. - Holds the state of a single iterator within a
MultiProduct
.
Functions§
- Create a new cartesian product iterator over an arbitrary number of iterators of the same type.