Abstract
Base class for iterators in Lara.
This class is not a true iterable object. Use the native JS implementations instead. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators
The total number of elements of the iterator, or undefined if it is not possible to calculate.
The number of values returned by a call to next(). A value of one means one value, a value greater than one means an array with that amount of values.
The type of this iterator.
True if it has another element to return.
The next element.
Resets the iterator.
Base class for iterators in Lara.
Deprecated
This class is not a true iterable object. Use the native JS implementations instead. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators