feat: added new exercises for generics

This commit is contained in:
sjmann
2020-02-28 00:09:08 +00:00
parent f981dcfde4
commit 76be5e4e99
5 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
### 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)