Articles — "Generic-Go"
Intro to Generics in Go: Type Parameters, Type Inference and Constraints
This post dives into the implementation of generic programming in Go. Walking through the syntax and semantics of type …
Blog
15 min read
An Overview of Generic Programming: Writing Code with Arbitrary Types
Generic programming has been around for quite some time. This blog post provides a brief overview of the basics of …
Blog
8 min read