← Back to context

Comment by nasretdinov

3 hours ago

Lack of generic methods was really surprising to me when I was first trying to use generics in Go. Nice to see it being actually implemented

To be replaced by the surprise when you figure out these methods don't implement interfaces.

Still, in this case, half the feature is better than none at all, IMO.

  • Generic interfaces are going to be implemented later too if I'm reading correctly. So no real surprises there :). I guess the only surprise yet is that generic interfaces aren't supported, so generic methods physically can't satisfy any interface