haXe API Documentation
Back | Index
typedef Iterable<T>
import StdTypes
Available in flash8, neko, js, flash, php, cpp, cs, java
An Iterable is a data structure which has an iterator() method. See Lambda for generic functions on iterable structures.
var iterator : Void -> Iterator<T>
Back | Index