core::intrinsics::overflowing_sub [] [src]

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

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