nextMultipleOf

pure nothrow @nogc @safe
size_t
nextMultipleOf
(
size_t n
,
size_t powerOfTwo
)

Return Value

Type: size_t

x, multiple of powerOfTwo, so that x >= n.

Meta