mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
7 lines
200 B
Markdown
7 lines
200 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)
|