Function fixed_decimal::ops::i16_sub_unsigned

source ยท
pub fn i16_sub_unsigned(a: i16, b: u16) -> i16
Expand description

Computes a - b where a is signed and b is unsigned.

If overflow occurs, panics in debug mode and wraps in release mode.