log2RoundedDown

Returns the base-2 logarithm of largest power of 2 which <= n.

Preconditions: n must be non-zero.

@safe pure nothrow @nogc
ubyte
log2RoundedDown
(
in size_t n
)

Meta