blob: 12170d4ae72a6858028e8f1b1efaab03e3791d55 (
plain)
1
2
3
4
5
6
7
8
|
### 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)
- [Bounds](https://doc.rust-lang.org/rust-by-example/generics/bounds.html)
|