On Thursday, 4 May 2023 01:52:48 PDT David Brown via Std-Proposals wrote: > You can also do "!!x ^ !!y", using the "convert to bool operator" !!. > Alternatively, "!x ^ !y" saves two keypresses :-) This can also be spelt: !x != !y