Generics for Go
Generics for Go
Posted Jul 2, 2020 9:32 UTC (Thu) by ragnar (guest, #139237)Parent article: Generics for Go
I really like the approach zig has taken with generics. They simply have types as compile-time parameters to functions and data structures.
Posted Jul 4, 2020 8:19 UTC (Sat)
by cpitrat (subscriber, #116459)
[Link]
Generics for Go
IIUC, this is conceptually like the C++ approach but with a nicer syntax (same as the language rather than a dedicated one). AmI missing something?