roundUpToPowerOf2

Returns smallest power of 2 which >= n.

Preconditions: n must be non-zero.

@safe pure nothrow @nogc
size_t
roundUpToPowerOf2
(
in size_t n
)

Meta