Consider adding a function to the reflect package for creating a new named type with a method set: ``` func NamedOf(t Type, name string, methods []Method) Type ``` (Broken out from #4146.)
Consider adding a function to the reflect package for creating a new named type with a method set:
(Broken out from #4146.)