Is there a bitwise NOT operator included in D2? If not, what's an alternative? Will ! just work? I'm guessing it won't because if it did !1 would equal true, which it doesn't.
From the comments:
The correct way to do it is using the Complement Expression. (~1 as opposed to !1)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With