zipWith
zipWith<
A,B,C>(f): (other) => (data) => readonlyC[]
Defined in: Data/Arr.ts:416
Combines elements from two arrays using a function. Stops at the shorter array.
Type Parameters
Section titled “Type Parameters”A
B
C
Parameters
Section titled “Parameters”(a, b) => C
Returns
Section titled “Returns”(other) => (data) => readonly C[]