zip
zip<
B>(other): <A>(data) => readonly readonly [A,B][]
Defined in: Data/Arr.ts:398
Pairs up elements from two arrays. Stops at the shorter array.
Type Parameters
Section titled “Type Parameters”B
Parameters
Section titled “Parameters”readonly B[]
Returns
Section titled “Returns”<A>(data) => readonly readonly [A, B][]