isPowOf2

Undocumented in source. Be warned that the author may not have intended to support it.
bool
isPowOf2
(
I
)
(
I n
)
if (
is(typeof(
n &&
(n & (n - 1)) == 0
))
)

Meta