| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-27 | GPLize project | Ben Culkin | |
| Finally deciding to move things into a proper license; which I can do since I've never accepted (or had :( ) a pull request from another person | |||
| 2022-08-16 | Update iterator capabilities | Ben Culkin | |
| 2020-11-09 | Formatting cleanup | Ben Culkin | |
| 2020-10-06 | Add ResettableIterator | Ben Culkin | |
| Adds ResettableIterator, an iterator type which caches the elements it iterates over, so as to allow you to re-iterate over them at your leisure. Note that because this works by caching, it can consume large amounts of memory if used on large iterators. In general, I would suggest only using this on medium-sized or smaller iterators you know you want to re-iterate over. | |||
