macro_rules! derive_arith {
($ty:ty, $t:ident, $t_assign:ident, $op:ident, $op_assign:ident, $wrapping:ident, $checked:ident) => { ... };
}
Expand description
Derives std::ops::$t
for $ty
calling $wrapping
or $checked
variants
based on if debug_assertions enabled