ZipExtension<T> extension

on

Methods

zip<TOther, TResult>(Iterable<TOther> other, TResult selector(T element, TOther otherElement)) Iterable<TResult>
Combines the values of the iterable and another collection into an iterable of new values.