Go: Support for Generic Methods 2 months ago
Thanks for sharing. I had no idea Go's generics had this many limitations.
HN user
Thanks for sharing. I had no idea Go's generics had this many limitations.
Since they can't implement interfaces, Generic methods are just syntax sugar for generic functions. I'm surprised they actually accepted this proposal for sugar.