ispow2

If c is a power of 2, return that power else -1.

extern (C++) nothrow
int
ispow2
(
uint64_t c
)

Meta