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