Skip to main content

dsub

Function dsub 

Source
pub const fn dsub(a: u64, b: u64) -> Result<u64, Exception>
Expand description

DSUB — 64-bit signed subtract, traps on overflow.

§Errors

Exception::Overflow on signed 64-bit overflow.