Home
last modified time | relevance | path

Searched defs:MultiProduct (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/itertools/src/adaptors/
Dmulti_product.rs17 pub struct MultiProduct<I>(Vec<MultiProductIter<I>>) struct
21 impl<I> std::fmt::Debug for MultiProduct<I> implementation
60 impl<I> MultiProduct<I> impl
156 impl<I> Iterator for MultiProduct<I> implementation