| |
Go: Support for Generic Methods
Go is proposing support for generic methods, allowing type parameters to be declared directly on concrete methods rather than only on their receiver types. The proposal argues that generic methods are useful for code organization and readability independent of interface implementation, and that since Go doesn't support generic interface methods, generic concrete methods naturally wouldn't satisfy interfaces anyway. This change addresses long-standing user requests for generic methods, with previous proposals receiving significant community support.
Read Full Article →
← More Tech news