foldLeft2

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

template foldLeft2 (
T...
) {}

Meta