nextPow2

Returns s rounded up to the nearest power of 2. Taken from roundUpToPowerOf2 in allocator.

static if(!(__VERSION__ >= 2071))
nextPow2
(
size_t s
)

Meta