isPowerOf2

Returns true of i is a power of 2.

pure nothrow @safe @nogc
bool
isPowerOf2
(
T
)
(
T i
)
if (
isIntegral!T
)

Meta