@stdlib/iter-shift
Create an iterator which skips the first value of a provided iterator.
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.
Advances an iterator.
Test whether at least one iterated value is truthy.
Test whether at least one iterated value passes a test implemented by a predicate function.
Create an iterator which iterates over the values of two or more iterators.
Create an iterator which always returns the same value.
Create an iterator which iteratively returns the number of iterated values.
Create an iterator which cumulatively tests whether at least one iterated value is truthy.
Create an iterator which cumulatively tests whether at least `n` iterated values are truthy.
Return the first iterated value.
Create a fluent interface for chaining together iterator methods.
Create an iterator which invokes a function for each iterated value before returning the iterated value.
Create an iterator which returns the first `n` values of a provided iterator.
Create an iterator which returns evenly spaced numbers according to a specified increment.
Create an iterator which returns the intersection of two or more iterators.