This iterator is used only when Array<T> is passed to Iterable<T>
Array<T>
Iterable<T>
inlinenew(array:Array<T>)
Create a new ArrayIterator.
ArrayIterator
inlinehasNext():Bool
See Iterator.hasNext
Iterator.hasNext
inlinenext():T
See Iterator.next
Iterator.next