Hacker News new | ask | show | jobs
by dan00 3630 days ago
If there's a function and a method named to_string the user would've to be explicit about which one he uses by adding a namespace, like ToString.

If there's only one to_string function or method, the compiler could just take this one.