package python
to NativeIterable<T>, NativeIteratorRaw<T>,
Available on pythonThis type represents native Python iterators. It supports automatic conversion to Haxe
Iterator
by creating wrapper object.
inline new (p:NativeIteratorRaw<T>)
inline toHaxeIterator ():HaxeIterator<T>
Return Haxe Iterator
object by wrapping this
native iterator.
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/python/NativeIterator.html