On Thursday, 27 March 2025 at 22:04:53 UTC, sfp wrote:
>I'd like to understand what impediment there is to having "free" operator overloading.
1/ A random public import in an dependency chain you dont master may unexpectedly change the expected behavior. Think to what's defined in a DUB package for example.
2/ Costly for a compiler. The compiler needs in each scope to have a list of opovers.