What is this?
Go 1.18 introduces generics to the language
Some may just want to skim Go generics by example in a blog post
This is that blog post
(!) caution: Language pedants may find the content triggering
new terms generics: The idea that type information can be determined not during implementation, but later
type parameter: The thing that represents potential types during implementation|