pub const fn div_ceil(x: usize, y: usize) -> usize
Expand description

Return ceil(x/y)