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