mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-23 06:02:23 -05:00
f253103a31
add help for bounds provided by the rust by example book
8 lines
276 B
Markdown
8 lines
276 B
Markdown
### 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)
|