ceiling_div

Function ceiling_div 

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

Returns ceil of n/d.