@tsdotnet/linq - v1.5.11
    Preparing search index...

    Function zip

    • Produces a sequence that is combination of the two sequences..

      Type Parameters

      • T1
      • T2
      • TResult

      Parameters

      • sequence1: Iterable<T1>
      • sequence2: Iterable<T2>
      • selector: (r1: IteratorResult<T1>, r2: IteratorResult<T2>, i: number) => TResult

      Returns Iterable<TResult>