Macrosยง
- impl_
debug_ ๐strict_ add - impl_
debug_ ๐strict_ sub
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
.