#Go
Generics in Go A language design perspective
Apr 1, 2024
In this talk, Mohit covers how generics work internally and what happens at the compiler level. He'll show code samples to simplify these concepts. This knowledge will be helpful if you’re writing libraries and frameworks in Go.