Login
From:
Bitfield Consulting
(Uncensored)
subscribe
Type parameters in Go — Bitfield Consulting
https://bitfieldconsulting.com/posts/type-parameters
links
backlinks
Roast topics
Find topics
Find it!
Now that generics have come to Go, let's take a look at the new syntax for type parameters . We’ll find out why we need type parameters, how we write them, and how we can use them to create generic functions in Go.