-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Tracking Issue for saturating_int_assign_impl #92354
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(saturating_int_assign_impl)]This is a tracking issue for adding basic integer operations to the
SaturatingWrapping type:As well asSee #93208 (comment). No longer within the scope of this feature:
Steps / History
Saturatingtype Tracking Issue forSaturatingtype #87920core::ops::*<T>onSaturating<T>/Wrapping<T>type #91586saturating_int_assign_implAdd {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}{,Assign}<$t> to Saturat… #92356saturating_int_assign_implUnimpl {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}<$t> for Saturating<$t> #93353Unresolved Questions
An implementation for the
Wrappingtype is planned as follow up.