@stdlib/iter-none-by
Test whether every iterated value fails a test implemented by a predicate function.
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 replicates each iterated value a specified number of times.
Create an iterator which replicates each iterated value according to a provided function.
Create an iterator which skips the first value of a provided iterator.
Create an iterator which returns a subsequence of iterated values from a provided iterator.
Test whether at least `n` iterated values are truthy.
Test whether at least `n` iterated values pass a test implemented by a predicate function.
Create an iterator which returns a sequence of numbers according to a specified increment.
Create an iterator which steps by a specified amount.
Create an iterator which steps according to a provided callback function.
Fill an array-like object view with values returned from an iterator.
Fill an array-like object view from right to left with values returned from an iterator.
Create an iterator which returns the union of two or more iterators.
Create an iterator which returns unique values.