↳
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
โค Read More
I also like that they really are called โType Parametersโ, which is what they are, and not some god awful scary C++ bullshit templating garbage ๐
Starting with version 1.18, Go has added support for generics, also known as type parameters.