This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/exercises/generics/README.md

200 B

Generics

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

Book Sections