Open pxeger opened 3 years ago
I don't see this coming up enough to dedicate a single byte dyad to, however a digraph (e.g. œx
as œ^
already exists) could certainly be useful. As for xnor
, I'm not sure if it'd be worth it over just œx¬
I agree, a single byte would certainly be wasteful. And you're probably right about xnor.
This is based on whether the argument is truthy or falsey, not anything to do with its bits.
Also
xnor
, which isnot(logical_xor(a, b))