zip<B> method

ZippedIterable<A, B> zip<B>(
  1. Iterable<B> other
)

Implementation

ZippedIterable<A, B> zip<B>(Iterable<B> other) => ZippedIterable(this, other);