Perform exclusive prefix scan from left to right!
an array (updated!)
reduce function (acc, v, i, x)
initial value
x = [acc, fr(acc, v₀), fr(fr(acc, v₀), v₁)...]
Generated using TypeDoc
Perform exclusive prefix scan from left to right!