@hyperjump/pact
    Preparing search index...

    Function zip

    • Yields tuples containing a value from each iterator. The iterator will have the same length as iter1. If iter1 is longer than iter2, the second value of the tuple will be undefined. If iter2 is longer than iter1, the remaining values in iter2 will be ignored.

      Type Parameters

      • A
      • B

      Parameters

      • iter1: Iterable<A>
      • iter2: Iterable<B>

      Returns Generator<[A, B]>