summaryrefslogtreecommitdiff
path: root/exercises/18_iterators/README.md
blob: 0e8b671e447d007cbee75f6014788015132b4930 (plain)
1
2
3
4
5
6
7
8
# Iterators

This section will teach you about Iterators.

## Further information

- [Iterator](https://doc.rust-lang.org/book/ch13-02-iterators.html)
- [Iterator documentation](https://doc.rust-lang.org/stable/std/iter/)