View source
abstract NativeIterable<T>(NativeIterableRaw<T>)
package python
from NativeIterableRaw<T> to NativeIterableRaw<T>,
Available on python
This type represents native Python iterables (objects that implement __iter__()
method).
It supports Haxe iteration and conversion to Iterable
by creating wrapper objects.