General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Kantan Coding
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Golang's Hidden Features" video.
It's basically just generics and void pointers in one thing. It is weird that they use "interface" as the keyword for it though. I guess they figured a new and somewhat unique keyword was best to set it apart from every other language. I would've opted for no keyword and instead juxtapose the function name with the syntax for template arguments, which actually would work out really well for Go since the typename comes after the identifier.
2