Module core::num::wrapping
[−]
[src]
Reexports
use intrinsics::{add_with_overflow, sub_with_overflow, mul_with_overflow}; |
use super::Wrapping; |
use ops::*; |
use ::{i8, i16, i32, i64, isize}; |
Modules
shift_max | [Unstable] |
Traits
OverflowingOps | [Deprecated] |