View on GitHub

SpheroidScript

//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.

interface Iterable<T : Any?>

Functions

Name Summary
toString fun toString(): String

Inheritors

Name
Collection