iterator Classes
Class | Description |
---|---|
Iterable | Iterable is a temporary interface until we have the IterableType structural type. |
Iterator | Iterator is a helper class to implement iterators. |
StopIteration | StopIteration used by iterators. |
Class | Description |
---|---|
Iterable | Iterable is a temporary interface until we have the IterableType structural type. |
Iterator | Iterator is a helper class to implement iterators. |
StopIteration | StopIteration used by iterators. |