Traitsยง
- Saturating
 - Saturating math operations. Deprecated, use 
SaturatingAdd,SaturatingSubandSaturatingMulinstead. - Saturating
Add  - Performs addition that saturates at the numeric bounds instead of overflowing.
 - Saturating
Mul  - Performs multiplication that saturates at the numeric bounds instead of overflowing.
 - Saturating
Sub  - Performs subtraction that saturates at the numeric bounds instead of overflowing.