mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-12 11:14:55 +02:00
bb5f404e35
* Add newline after "I AM DONE" in exercises for consistency * Remove trailing whitespace from exercises |
||
---|---|---|
.. | ||
generics1.rs | ||
generics2.rs | ||
generics3.rs | ||
README.md |
Generics
In this section you'll learn about saving yourself many lines of code with generics!