HaxeIterator<T>
package lua
Available on lua
An implementation of the Haxe iterator data structure needed for identical lua iterator behavior.
Constructor
new(f:() ‑> T)
Methods
hasNext():Bool
next():T
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/lua/HaxeIterator.html