zip
zip<
B>(other): <A>(data) => readonly readonly [A,B][]
Defined in: Core/Arr.ts:241
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][]
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”readonly A[]
Returns
Section titled “Returns”readonly readonly [A, B][]