Deprecate `!a == b`

IchorDev zxinsworld at gmail.com
Fri Aug 16 15:48:55 UTC 2024


On Thursday, 15 August 2024 at 16:12:50 UTC, Timon Gehr wrote:
> I can't say I ever wanted `a & b==c`.

In my dreams:
```d
if(x & Flags.flag && y & Flags.flag){
   //…
}
```
But reality we just put a bandage of frustration over C’s 
mistakes.


More information about the dip.ideas mailing list