semitwistdtools ~master (2015-08-17T23:08:05Z)
Home
Dub
Repo
map
semitwist
util
functional
Undocumented in source. Be warned that the author may not have intended to support it.
TOut
[]
map
(TIn[] list, TOut delegate(TIn a) dg)
TOut
[]
map
(
TOut
TIn
)
(
TIn
[]
list
,
TOut
delegate
(
TIn
a
)
dg
)
TOut
[
TKey
]
map
(TIn[TKey] list, TOut delegate(TIn a, TKey b) dg)
T
[]
map
(T[] list)
T
[
TKey
]
map
(T[TKey] list)
Meta
Source
See Implementation
semitwist
util
functional
functions
foreachWhileVal
map
mapAAtoA
mapAAtoATo
mapTo
reduce
reduceTo
templates
makeDg1To1
makeDg2To1