spec: generics: permit type parameters on aliases · Issue #46477 · golang/go

The generics proposal says "A type alias may refer to a generic type, but the type alias may not have its own parameters. This restriction exists because it is unclear how to handle a type alias wi...