Divides this integer by another one and returns both the quotient and the remainder.
impl Wsize { fn div_rem(self, other: usize) -> (Wsize, Wsize) }
The divisor.
Returns the quotient and the remainder.