Available on all platforms
This iterator is used only when Array<T> is passed to Iterable<T>
Array<T>
Iterable<T>
new(array:Array<T>)
Create a new ArrayIterator.
ArrayIterator
hasNext():Bool
See Iterator.hasNext
Iterator.hasNext
next():T
See Iterator.next
Iterator.next