generics

Generics are a way of writing code that is independent of the specific types being used. Functions and types may now be written to use any of a set of types.

0 Questions