fptools v0.1.0 (2018-09-14T15:55:21Z)
Dub
Repo
zipWith
fptools
native
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
Source
See Implementation
fptools
native
functions
all
any
drop
dropWhile
filter
map
reduce
take
takeWhile
zipWith
zipWith - Usage: zipWith((x, y) => x + y, [1,2], [3,4]) == [4, 6]