Hello! I have a feature request:
int-types have the full range of compund assignments (+=
, %=
, etc).
bool-types have none of their operators as compound assignments (||=
, xor=
, etc).
And so, I'd like request the addition of the bool compound assignments.
(Doesn't make a difference to me if they're symbol-based or word-based or both).