Tracking Issue for mixed_integer_ops_unsigned_sub · Issue #126043 · rust-lang/rust (original) (raw)

impl uX { pub const fn checked_sub_signed(self, iX) -> Option; pub const fn overflowing_sub_signed(self, iX) -> (Self, bool); pub const fn saturating_sub_signed(self, iX) -> Self; pub const fn wrapping_sub_signed(self, iX) -> Self; }