Iterable¶ Spice1import "std/iterator/iterable"; IIterable<T> interface¶ The IIterable interface must be implemented in order to be handled as a data structure that can be iterated over by Spice. getIterator¶ Spice1f<IIterator<T>> getIterator<T>() Returns: IIterator<T>