reduce(callback, initialValue)
This is the equivalent of Array.prototype.reduce
This is an alias of aggregate(callback, initialValue)
reduce(callback, initialValue)
This is the equivalent of Array.prototype.reduce
This is an alias of aggregate(callback, initialValue)