rustlings/exercises/generics/README.md

9 lines
276 B
Markdown
Raw Normal View History

2020-02-27 18:09:08 -06:00
### 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)