zipWith

zipWith - Usage: zipWith((x, y) => x + y, [1,2], [3,4]) == [4, 6]

T[]
zipWith
(
T
)
(
T delegate
(
T
,
T
)
op
,
T[] t1
,
T[] t2
)

Meta