Generics for Go
Generics for Go
Posted Jul 9, 2020 17:10 UTC (Thu) by renox (guest, #23785)In reply to: Generics for Go by NYKevin
Parent article: Generics for Go
I wonder why everyone just doesn't copy DLang solution: using !( ) for generics: no ambiguity, no need to hack the parser, no conflict with with arrays.
