Hacker News new | ask | show | jobs
by atombender 2932 days ago
You've definitely had a use for it. Maps, chan and slices are all generic types. The built-in functions len(), make(), delete(), new(), append(), etc. are also generic. It's just that you can't define your own generic functions and types.
1 comments

Ok, this is true :)