pub const fn dsub(a: u64, b: u64) -> Result<u64, Exception>
DSUB — 64-bit signed subtract, traps on overflow.
DSUB
Exception::Overflow on signed 64-bit overflow.
Exception::Overflow