This abstract enables easy conversion from basic lua iterators (i.e., a function that is called until it returns null), and Haxe iterators, which provide a next/hasNext interface.

Static methods

@:fromstaticfromF<T>(f:() ‑> T):NativeIterator<T>

Constructor

@:implnew(f:() ‑> T)

Methods

@:impl@:totoIterator():Iterator<T>