pub const fn checked_int_div(a: usize, b: usize) -> usize
Division implementation that fails in case when a isn’t divisible by b
a
b