Hi there.
I am reading go spec. When hit the "Types" section,
it stated "Predeclared types, defined types, and type parameters are called named types."
I wonder why "type parameters" is "named type". To find the definition of this term, I found section
As quoted, "A type parameter list declares the type parameters of a generic function or type declaration. ". My interpretation is: type parameters itself is not a type, but a list of type parameters.
Thanks