Iterable
Iterable (Typedef)
An Iterable
is a data structure which has an iterator()
method.
See Lambda
for generic functions on iterable structures.
See: https://haxe.org/manual/lf-iterators.html
An Iterable
is a data structure which has an iterator()
method.
See Lambda
for generic functions on iterable structures.