Type Parameters
← Back to Generics - Parametric Polymorphism
Placeholder types (like T in List<T>) that are specified when the generic type or function is used. Type parameters enable writing code that is generic over the element type while maintaining full type safety at each usage site.