Hacker News new | ask | show | jobs
by kreetx 1748 days ago
If the function isn't total (as in: for every string there is an int) then the boxing is necessary, no?
1 comments

Not if you have user-defined value types (soon coming to Java).