Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

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.