rustlings/exercises/generics
John Heath dd54ccf677
Make comments on example clearer
I actually struggled because I overlooked the fact that I needed to change the 2.1 to "A+". 

So I wanted to make things clearer for future rustlings.
2020-08-24 22:37:31 +01:00
..
README.md feat: added new exercises for generics 2020-02-28 00:09:08 +00:00
generics1.rs chore: Run rustfmt on exercises 2020-08-10 10:24:21 -04:00
generics2.rs chore: Run rustfmt on exercises 2020-08-10 10:24:21 -04:00
generics3.rs Make comments on example clearer 2020-08-24 22:37:31 +01:00

README.md

Generics

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

Book Sections