pub fn round_up_div<T: PrimInt>(a: T, b: T) -> T
Expand description

Performs integer division between a and b rounding up, instead of down