functional-iterator
v0.0.7
Published
Python-like iterator for JavaScript. The library implements lazy iteration over arrays and provides functions `.map`, `.filter`, and `.reduce` on the iterator. Chaining doesn't copy arrays on each step and doesn't waste memory. Real calculations perform o
Downloads
1