isZeroOrPowerOfTwo
Return true if, and only if, the provided integer - treated as an unsigned integer - is either 0 or a power of two.
Return true if, and only if, the provided integer - treated as an unsigned integer - is either 0 or a power of two.