Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

overflowing

Arithmetic operations with overflow detection.

This module provides traits for performing arithmetic operations that explicitly track potential numeric overflow conditions.

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

Traits

OverflowingMulPerforms multiplication with a flag for overflow….