Hacker News new | ask | show | jobs
by int_19h 449 days ago
So how would you implement generic method calls via an interface reference?
1 comments

The same way the other languages do it.
Isn't that way either JIT or boxed integers?