Method lrs::num::W8::div_rem

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

Syntax

impl W8 {
    fn div_rem(self, other: u8) -> (W8, W8)
}

Arguments

NameDescription
other

The divisor.

Return value

Returns the quotient and the remainder.