Produce accumulating values.
an iterable
reduce function (acc, v, i, x)
Optional
initial value
fr(acc, v₀), fr(fr(acc, v₀), v₁), ... | fr(acc, v₀) = v₀ if acc not given
Generated using TypeDoc
Produce accumulating values.