Iterator

defined in
StdTypes
available in
cpp, flash, neko, js, nme
An Iterator is a structure that permits to list a given container values. It can be used by your own data structures. See the haXe documentation for more informations.

Fields in cpp flash neko js nme

var hasNext : Void -> Bool

var next : Void -> T