Dump special floating point operators

Walter Bright newshound1 at digitalmars.com
Thu Dec 3 13:58:02 PST 2009


!<>=
<>
<>=
!<=
!<
!>=
!>
!>=

http://www.digitalmars.com/d/2.0/expression.html#RelExpression

While I like them a lot, it's time for them to go:

1. It's hard to remember which one does what
2. They've failed to catch on
3. No operator overloading for them
4. They are only rarely needed; a special operator is not justified



More information about the Digitalmars-d mailing list