Overloading relational operators separately; thoughts?

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 29 10:52:29 PDT 2016


On 9/29/2016 9:41 AM, Sai wrote:
> If I understand the issue correctly, one will not be able to overload <=, >, etc
> for symbolic math, like CAS (mimicking mathematica for example), how can I do it
> now?


    a.isLessThan(b)



More information about the Digitalmars-d mailing list