In-reply-to » Tutorial: Getting started with generics - The Go Programming Language -- Okay @xuu I quite like Go's generics now ๐Ÿคฃ After going through this myself I like the semantics and the syntax. I'm glad they did a lot of work on this to keep it simple to both understand and use (just like the rest of Go) ๐Ÿ‘Œ Media #GoLang #Generics

Q: Is there anything else to this besides:

  • Type parameters
  • Type arguments (which can be omitted)
  • Type constants and unions types (which can be defined as new interface types)

? ๐Ÿค”

โค‹ Read More