haXe API Documentation
Back |
Indextypedef Iterable<T>
import StdTypes
Available in flash, neko, js, flash9, php, cpp
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