Skip to content

Commit 7eb7699

Browse files
committed
std: Move overflowing ops to inherent methods
This commit migrates all of the methods on `num::wrapping::OverflowingOps` onto inherent methods of the integer types. This also fills out some missing gaps in the saturating and checked departments such as: * `saturating_mul` * `checked_{neg,rem,shl,shr}` This is done in preparation for stabilization, cc rust-lang#27755
1 parent dedaebd commit 7eb7699

File tree

1 file changed

+658
-14
lines changed

1 file changed

+658
-14
lines changed

0 commit comments

Comments
 (0)