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