Zip<A> extension
- on
-
- Iterable<
A>
- Iterable<
Methods
-
zipWith<
B> (Iterable< B> other) → Iterable<(A, B)> -
Available on Iterable<
Creates an iterable ofA> , provided by the Zip extensionProduct2<A, B>
by pairing up equally positioned items from both iterablesthis
andother
. The returned iterable is truncated to the length of the shorter of the two iterables.