fold

Undocumented in source.
template fold(fun...)
static if(__VERSION__ <= 2070)
fold
(
R
S...
)
(
R r
,)
if (
fun.length >= 1
)

Members

Functions

fold
auto fold(R r, S seed)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta