-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Description
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
- ACP: mixed_integer_ops extension libs-team#386
- Implementation: Implement
mixed_integer_ops_unsigned_sub
#126046 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
stepancheg, joseluis and bbb651teor2345 and bbb651
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.