View source
abstract NativeIterator<T>(NativeIteratorRaw<T>)
package python
to NativeIterable<T>, NativeIteratorRaw<T>,
Available on python
This type represents native Python iterators.
It supports automatic conversion to Haxe Iterator
by creating wrapper object.