1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-05 20:28:10 +01:00
rustlings/exercises/generics/README.md
2020-02-28 00:09:08 +00:00

200 B

Generics

In this section you'll learn about saving yourself many lines of code with generics!

Book Sections