ops
Fully qualified path: core::num::traits::ops
Modules
| overflowing | Arithmetic operations with overflow detection. This module provides traits for performing arithmetic operations that explicitly track potential numeric overflow conditions. |
| widemul | Trait for performing multiplication that results in a wider type. This module provides the WideMul trait which enables multiplication operations… |
| wrapping | Arithmetic operations with overflow and underflow wrapping. This module provides traits for performing arithmetic operations that wrap around at the… |