ispow2

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

extern (C++) nothrow @safe
int
ispow2
(
uint64_t c
)
Suggestion Box / Bug Report