Tracking Issue for wrapping_int_assign_impl
#93204
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
Feature gate:
#![feature(wrapping_int_assign_impl)]
This is a tracking issue for adding basic integer operations to the
Wrapping
type:As well as
Steps / History
core::ops::*<T>
onSaturating<T>
/Wrapping<T>
type #91586wrapping_int_assign_impl
Impl {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}Assign<$t> for Wrapping<$t> for rust 1.60.0 #93208Unresolved Questions
This is analog to the implementation for the
Saturating
type here #92354The text was updated successfully, but these errors were encountered: