iter property

Iterable<T> iter

Access to a Iterable to be used in for-loops

Implementation

Iterable<T> get iter;