2020-02-28 00:09:08 +00:00
|
|
|
### Generics
|
|
|
|
|
|
|
|
In this section you'll learn about saving yourself many lines of code with generics!
|
|
|
|
|
|
|
|
### Book Sections
|
|
|
|
|
2021-04-22 20:11:04 +00:00
|
|
|
- [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)
|