foldLeft2

Like foldLeft but calls an inner template "add" on the first alias as template argument allowing the calling template to store state.

Members

Aliases

foldLeft2
alias foldLeft2 = foldLeft!(innerFold, F, T)
Undocumented in source.

Meta