Feature gate: #![feature(mixed_integer_ops_unsigned_sub)]
This is a tracking issue for rust-lang/libs-team#386
Public API
impl uX {
pub const fn checked_sub_signed(self, iX) -> Option<Self>;
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;
}
Steps / History
Unresolved Questions
Feature gate:
#![feature(mixed_integer_ops_unsigned_sub)]This is a tracking issue for rust-lang/libs-team#386
Public API
Steps / History
mixed_integer_ops_unsigned_sub#126046mixed_integer_ops_unsigned_sub#143236Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩