Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lazily compute iterator len, add interator overrides
This means the price of visting every container is only paid when needed: e.g. when calling `.collect()` This adds more efficent overrides for `count`, `nth` and `nth_back`, and implements `FusedIterator`
- Loading branch information