Function bitm::ceiling_div

source ·
pub const fn ceiling_div(n: usize, d: usize) -> usize
Expand description

Returns ceil of n/d.