roundUpToMultipleOf

Returns s rounded up to a multiple of base.

@safe @nogc nothrow pure
size_t
roundUpToMultipleOf
()
(
size_t s
,
uint base
)

Meta