Function div_ceil

Source
fn div_ceil(lhs: usize, rhs: usize) -> usize
Expand description

Integer division, but rounds up instead of down.