Closed milibopp closed 8 years ago
Should be .scan(init, update) where update: Fn(A, B) -> B
.scan(init, update)
update: Fn(A, B) -> B
Let's not do this, because fold in stdlib's iterator does not do it either.
fold
Should be
.scan(init, update)
whereupdate: Fn(A, B) -> B