Reduce a collection using a $predicate. The reduction function is passed an accumulator value and the current
iterator value and returns a new accumulator. The accumulator is
initialised to $initial.
Reduce a collection using a $predicate. The reduction function is passed an accumulator value and the current
iterator value and returns a new accumulator. The accumulator is
initialised to $initial.