Reduce values to a single value.
an object
reduce function (acc, v, k, x)
Optional
initial value
fr(fr(acc, v₀), v₁)... | fr(acc, v₀) = v₀ if acc not given
Generated using TypeDoc
Reduce values to a single value.