Generics
A type that takes other types are parameters
Limiting Acceptable Types
extends on the left limits the types acceptable
Conditional Typing
extends on the right can create conditional typing
Last updated