▲ | Someone 3 months ago | |
Why would
suffer more from this than
? In both cases, libraries will only clash if both define a function with the same name taking an A and a B. The only difference is that it is called + in the former case, and plus in the latter. |