Construct a new retro iterator.
The array-like object of interest.
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 an array-like object in reverse.
Notes
This iterator can be used for any builtin JS array-like object.