| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The *Iterator classes are only _iterables_, and this commit also makes them _iterators_, i.e. calling next(iterator) on them now works.
| Back | FazBrowse Home | New Git URL |
Closes #175.
This PR transforms *Iterator classes to actual iterators (before they were just iterables).
PR checklist: