Computes the generalized sum of all elements using a non-tail recursive call.
f | Binary callable function to apply |
t | Tuple to operate on |
init | Initial value of the sum |
f(get<0>(t), f(... , f(get<N-1>(t), init))
Computes the return type of a call to kumi::fold_right