Expand description
Arithmetic operations on buffers and vectors.
Structs§
- Add
- Marker type for arithmetic addition.
- Div
- Marker type for arithmetic division.
- Mul
- Marker type for arithmetic multiplication.
- Saturating
Add - Marker type for arithmetic addition that saturates on overflow.
- Saturating
Mul - Marker type for arithmetic multiplication that saturates on overflow.
- Saturating
Sub - Marker type for arithmetic subtraction that saturates on overflow.
- Sub
- Marker type for arithmetic subtraction.
- Wrapping
Add - Marker type for arithmetic addition that wraps on overflow.
- Wrapping
Mul - Marker type for arithmetic multiplication that wraps on overflow.
- Wrapping
Sub - Marker type for arithmetic subtraction that wraps on overflow.
Traits§
- Arithmetic
- Trait for arithmetic operations.
- Checked
Arithmetic - Trait for checked arithmetic operations.
- Checked
Operator - Trait for checked arithmetic operators.
- Operator
- Trait for checked arithmetic operators.