This type represents native Python iterators. It supports automatic conversion to Haxe Iterator by creating wrapper object.

Constructor

@:implinlinenew(p:NativeIteratorRaw<T>)

Methods

@:impl@:toinlinetoHaxeIterator():HaxeIterator<T>

Return Haxe Iterator object by wrapping this native iterator.