package lua
Available on luaThis 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.
new (f:Void ‑> T )toIterator ():Iterator<T>static fromF<T> (f:Void ‑> T ):NativeIterator<T>
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/lua/NativeIterator.html