AbstractAbstractgetThe total number of elements of the iterator, or undefined if it is not possible to calculate.
AbstractgetThe 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.
AbstractgetThe type of this iterator.
AbstracthasTrue if it has another element to return.
AbstractnextThe next element.
AbstractresetResets 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