View source
abstract NativeIterator<T>(NativeIteratorRaw<T>)
package python
to NativeIteratorRaw<T>, NativeIterable<T>,
Available on python
This type represents native Python iterators.
It supports automatic conversion to Haxe Iterator
by creating wrapper object.
Static methods
staticinlinetoHaxeIterator(this:NativeIteratorRaw<T>):HaxeIterator<T>
Return Haxe Iterator
object by wrapping this
native iterator.