Traitsยง
- Debug
Strict Add - Addition, but only overflow checked when
cfg(debug_assertions)is set instead of respecting-Coverflow-checks. - Debug
Strict Sub - See
DebugStrictAdd.
cfg(debug_assertions) is set
instead of respecting -Coverflow-checks.DebugStrictAdd.