summaryrefslogtreecommitdiff
path: root/exercises/generics/README.md
blob: 7105f06ff08291496b553bd30c29526f010b5e9f (plain)
1
2
3
4
5
6
7
### Generics

In this section you'll learn about saving yourself many lines of code with generics!

### Book Sections

- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html)