pull scan
Scan algorithm for pull streams. It's like reduce, but emits intermediate values. So it's more like map but with an accumulator argument.
example
var test = var S = var scan =
Scan algorithm for pull streams. It's like reduce, but emits intermediate values. So it's more like map but with an accumulator argument.
var test = var S = var scan =
npm i pull-scan
4
1.0.0
ISC