@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.
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.
Create an iterator which returns unique values according to a predicate function.
Create an iterator which returns unique values according to a hash function.
Create an iterator which returns numbers incremented by one.
Create an iterator which prepends values to the beginning of a provided iterator.
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 true, invokes a function for each iterated value before returning the iterated value.
Operating system CPU architecture for which the JavaScript runtime binary was compiled.
Operating system CPU architecture for which the JavaScript runtime binary was compiled.
Platform byte order.