zip<U> method

  1. @override
ZipRIterator<T, U> zip<U>(
  1. Iterator<U> other
)

Implementation

@override
ZipRIterator<T, U> zip<U>(Iterator<U> other) =>
    ZipRIterator<T, U>(this, other);