//Spheroid Script/spheroid.collections/Iterable
Iterable
Classes that inherit from this interface can be represented as a sequence of elements that can be iterated over and that supports removing elements during iteration.
Functions
| Name | Summary |
|---|---|
| toString | fun toString(): String |
Inheritors
| Name |
|---|
| Collection |