Method lrs::num::W16::div_rem

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

Syntax

impl W16 {
    fn div_rem(self, other: u16) -> (W16, W16)
}

Arguments

NameDescription
other

The divisor.

Return value

Returns the quotient and the remainder.