Module multi_product

Source

Structsยง

MultiProduct
An iterator adaptor that iterates over the cartesian product of multiple iterators of type I.
MultiProductInner ๐Ÿ”’
Internals for MultiProduct.
MultiProductIter ๐Ÿ”’
Holds the state of a single iterator within a MultiProduct.

Functionsยง

multi_cartesian_product
Create a new cartesian product iterator over an arbitrary number of iterators of the same type.