rustc_
serialize
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
Module int_
overflow
Module Items
Macros
Traits
In crate rustc_
serialize
rustc_serialize
Module
int_overflow
Copy item path
source
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
.