Searched refs:cartesian_product (Results 1 – 4 of 4) sorted by relevance
266 $crate::Itertools::cartesian_product($crate::iproduct!($I), $crate::iproduct!($J))984 fn cartesian_product<J>(self, other: J) -> Product<Self, J::IntoIter> in cartesian_product() method990 adaptors::cartesian_product(self, other.into_iter()) in cartesian_product()
120 - Fix bug in `.cartesian_product()`'s fold (which only was visible for unfused iterators).122 …- Add specific `fold` implementations for `.cartesian_product()` and `cons_tuples()`, which improv…
288 pub fn cartesian_product<I, J>(mut i: I, j: J) -> Product<I, J> in cartesian_product() function
393 correct_size_hint(a.cartesian_product(b))