Skip to content

Iterable

Spice
import "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

Spice
f<IIterator<T>> getIterator<T>()

Returns: IIterator<T>