Suggestion: Xor Comparison Operator

Nick Sabalausky a at a.a
Thu Jul 3 20:54:40 PDT 2008


Pretty much just as the subject says. It's rare and far from major, but I've 
come across a few places where it would be nice to be able to say "if(A ^^ 
B)" instead of "if(A && !B || !A && B)". 





More information about the Digitalmars-d mailing list