Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ops

Fully qualified path: core::num::traits::ops

Modules

overflowingArithmetic operations with overflow detection. This module provides traits for performing arithmetic operations that explicitly track potential numeric overflow conditions.
widemulTrait for performing multiplication that results in a wider type. This module provides the WideMul trait which enables multiplication operations…
wrappingArithmetic operations with overflow and underflow wrapping. This module provides traits for performing arithmetic operations that wrap around at the…