isPowerOf2

Returns true iff n is a power of 2.

Preconditions: n must be non-zero.

@safe pure nothrow @nogc
bool
isPowerOf2
(
in size_t n
)

Meta