ceil_mul

Function ceil_mul 

Source
pub const fn ceil_mul(x: usize, m: usize) -> usize
Expand description

Smallest number that is both greater or equal to x and a multiple of m.