Module int_overflow

Source

Macrosยง

impl_debug_strict_add ๐Ÿ”’
impl_debug_strict_sub ๐Ÿ”’

Traitsยง

DebugStrictAdd
Addition, but only overflow checked when cfg(debug_assertions) is set instead of respecting -Coverflow-checks.
DebugStrictSub
See DebugStrictAdd.