Method lrs::num::W64::saturating_sub

Subtracts another integer to this one without overflow, trimming the value to the range that can be represented in this type.

Syntax

impl W64 {
    fn saturating_sub(self, other: u64) -> W64
}

Arguments

NameDescription
other