IterableCartesianExtensions<T> extension
Cartesian product of two iterables.
- on
-
- Iterable<
T>
- Iterable<
Methods
-
cartesian<
U> (Iterable< U> other) → Iterable<(T, U)> -
Available on Iterable<
Cartesian product: all pairs (a, b) for a in this, b inT> , provided by the IterableCartesianExtensions extensionother.