core::intrinsics::overflowing_add
[−]
[src]
pub unsafe extern "rust-intrinsic" fn overflowing_add<T>(a: T, b: T) -> T
Unstable
Returns (a + b) mod 2N, where N is the width of N in bits.