About Generics
.NET has a concept called Generics and PowerShell, as a .NET language, can make use of generic types and methods.Microsoft describe this as follows in an article with the same name as this section:
Generic classes and methods combine reusability, type safety, and efficiency in a way that their non-generic counterparts cannot.