On every item, output the percentile(x) so far
pipe( itr8Range(1,10), percentile(50), // => [ 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 5 ] );
Generated using TypeDoc
On every item, output the percentile(x) so far
Example