Motivation: to have a more readable code than `(BIT_ISSET(x, y) == false)`. Also, can propagate the idea to make a companion macro to `BIT_ISSET_ANY`.
Motivation: to have a more readable code than
(BIT_ISSET(x, y) == false).Also, can propagate the idea to make a companion macro to
BIT_ISSET_ANY.