The Problem with any
Without generics, we often resort to any for flexible functions:
Learning Objectives
Lesson Outline
Without generics, we often resort to any for flexible functions:
Generics let us capture the type and use it:
<T> - Type parameter (convention: T, U, V, K, V)