log2RoundedUp

Returns the base-2 logarithm of smallest power of 2 which >= n.

Preconditions: n must be non-zero.

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

Meta