operator overloading outside the type

Walter Bright newshound2 at digitalmars.com
Sun Mar 30 03:13:23 UTC 2025


This can work:
```
return a.plus(b);
```


More information about the Digitalmars-d mailing list