1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-29 03:22:29 +02:00
rustlings/exercises/generics
..
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