Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 211 Bytes

generics.md

File metadata and controls

3 lines (2 loc) · 211 Bytes

Generics

Generics allow one to define an algorithm or data structure that uses types that can be specified later. This allows for these algorithms or data structures to be written once, reducing duplication.