Rant after trying Rust a bit

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 5 23:50:40 PDT 2015


On 8/2/2015 8:17 PM, Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= 
<ola.fosheim.grostad+dlang at gmail.com> wrote:
 > It's a weird thing to do for a C-decendant as I would expect "~=" to do binary
 > negation.

If you really felt this way, you'd expect the C != operator

   a != b

to be the same as:

   a = !b



More information about the Digitalmars-d mailing list