Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`GroupBy` and `IntoChunks` are not iterators themselves but implement `IntoIterator` instead. Then `Groups` and `Chunks` are iterators. All four are lazy and must be used.
- Loading branch information