Method lrs::num::Wsize::div_rem

Divides this integer by another one and returns both the quotient and the remainder.

Syntax

impl Wsize {
    fn div_rem(self, other: usize) -> (Wsize, Wsize)
}

Arguments

NameDescription
other

The divisor.

Return value

Returns the quotient and the remainder.