Generics
๋ฌ์คํธ๋ ์ ๋๋ฆญ์ ์ง์ํ์ฌ ์ ๋ ฌ๊ณผ ๊ฐ์ ์๊ณ ๋ฆฌ์ฆ์ ์ ์ฉ๋๋ ํ์ ์ ์ถ์ํ ํ ์ ์์ต๋๋ค.
Rust support generics, which lets you abstract an algorithm (such as sorting) over the types used in the algorithm.