pub fn div_ceil<T>(x: T, y: T) -> T where
    T: Integer
Expand description

Ceiled integer division