map

map - Usage : map!int(x => x + 3, seq(1,4)) == [4, 5, 6, 7]

T[]
map
(
T
)
(
T delegate
(
T
)
f
,
T[] list
)

Meta