fptools v0.1.0 (2018-09-14T15:55:21Z)
Dub
Repo
map
fptools
native
map - Usage : map!int(x => x + 3, seq(1,4)) == [4, 5, 6, 7]
T
[]
map
(
T
)
(
T
delegate
(
T
)
f
,
T
[]
list
)
Meta
Source
See Implementation
fptools
native
functions
all
any
drop
dropWhile
filter
map
reduce
take
takeWhile
zipWith
map - Usage : map!int(x => x + 3, seq(1,4)) == [4, 5, 6, 7]