spec: generic methods for Go #77273
Summary
Go's issue #77273 proposes adding generic type parameters to concrete method declarations. The proposal argues that a method can be generic in its own right, and outlines syntax changes to allow TypeParameters on methods, aligning methods with generic functions. It discusses potential implications for interfaces, reflection, and toolchains, and provides examples illustrating how generic methods would be declared and called, including adjustments to the language specification and compiler.