|
|
|
|
|
by pcwalton
3721 days ago
|
|
If operators are just specially named methods, then with strongly-typed generics you can't write generic functions that work on anything that (for example) implements the + operator, because traits (concepts) have to have a specific signature. |
|