You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises/generics
..
README.md
generics1.rs
generics2.rs
generics3.rs

README.md

Generics

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

Book Sections