An alias to fold function.
Useful for scenarios where "reduce" is a more familiar terminology than "fold".
final reduce = fold;