lazyer
Lazy iteration in JavaScript.
Lazy iteration in JavaScript.
Iterator/generator utilities for Javascript
stembord core utils
Access and update deep properties
Fun with Iterables
Javascript Iterable/Iterator/Generator-function utilities.
Javascript Iterable/Iterator/Generator-function utilities.
A lazy functional iteration library supporting sync, async, and concurrent iteration.
Pseudorandom number generator iterators.
Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.
Math utility iterators.
Math iterator tooling.
Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.
Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.
Create an iterator which repeatedly iterates over the elements of an array-like object.
Create an iterator from an array-like object.
Create an iterator from an array-like object, iterating from right to left.
Create an iterator from a sparse array-like object.
Create an iterator from a sparse array-like object, iterating from right to left.
Create an iterator from a strided array-like object.