Iterator

typedef Iterator<T>import StdTypesAvailable in flash8, flash, neko, js, php, cppAn 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 on Iterators for more informations.
var next : Void -> T var hasNext : Void -> Bool
version #13561, modified 2012-04-12 22:32:47 by api

0 Comments