d-beard ~master (2014-02-05T00:44:46Z)
Dub
Repo
foldLeft
beard
fold_left
Produces F(Tn, F(.., F(T2, F(A, T1))))
template
foldLeft
(alias F, alias A)
template
foldLeft (
alias
F
alias
A
) {}
template
foldLeft
(alias F, alias A, H, T...)
Meta
Source
See Implementation
beard
fold_left
templates
foldLeft
foldLeft2
Produces F(Tn, F(.., F(T2, F(A, T1))))