Hacker News new | ask | show | jobs
by horsemans 1644 days ago
I would not be very happy if every time I called math.Min, I was also, under the hood, calling reflect.TypeOf.
1 comments

The whole point of generics is to avoid this - why do you think you would have to use reflection?