Construct a new stride iterator.
The iterator of values of interest.
The distance to step on each iteration. A value
of less than 1
will behave the same as a value of 1
.
Create an independent clone of the iterator.
A new independent clone of the iterator.
Get an iterator over the object's values.
An iterator which yields the object's values.
Get the next value from the iterator.
The next value from the iterator, or undefined
.
Generated using TypeDoc
An iterator which traverses a source iterator step-wise.