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