Computes the generalized associative sum of all elements using a non-tail recursive call.
f | Associative binary callable function to apply |
t | Tuple of size 1 or more to operate on |
f(get<0>(t), f(... , f(get<N-2>(t), get<N-1>(t)))
Computes the return type of a call to kumi::fold_right