Function std::intrinsics::overflowing_addUnstable [-] [+] [src]

pub unsafe extern "rust-intrinsic" fn overflowing_add<T>(a: T, b: T) -> T

Returns (a + b) mod 2N, where N is the width of N in bits.