isPowerOfTwo

Undocumented in source. Be warned that the author may not have intended to support it.
bool
isPowerOfTwo
(
T
)
()

Examples

assert(2.isPowerOfTwo);
assert(4.isPowerOfTwo);
assert(128.isPowerOfTwo);
assert(!3.isPowerOfTwo);

Meta