pub const fn ceil_mul(x: usize, m: usize) -> usize
Smallest number that is both greater or equal to x and a multiple of m.
x
m