@stdlib/iter-until-each
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
Create an iterator which returns the intersection of two or more iterators according to a hash function.
Consume an entire iterator and return the last iterated value.
Return an iterator's length.
Create an iterator which returns evenly spaced numbers over a specified interval.
Create an iterator which returns evenly spaced numbers on a log scale.
Create an iterator which invokes a function for each iterated value.
Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.
Test whether all iterated values are falsy.
Test whether every iterated value fails a test implemented by a predicate function.
Return the nth iterated value.
Create an iterator pipeline.
Create an iterator thunk.
Create an iterator which skips the last value of a provided iterator.
Create an iterator which appends additional values to the end of a provided iterator.
Create an iterator which rejects the values of another iterator according to a predicate function.
Create an iterator which returns evenly spaced dates over a specified interval.
Create an iterator which removes consecutive duplicated values.
Create an iterator which removes consecutive values that resolve to the same value according to a provided function.
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.