divideRoundUp

Like a / b but rounds the result up, not down.

@safe @nogc nothrow pure
size_t
divideRoundUp
()
(
size_t a
,
size_t b
)

Meta