zip<U> method

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

Implementation

@override
@pragma("vm:prefer-inline")
Zip<T, U> zip<U>(Iterator<U> other) => Zip<T, U>(this, other);