[−][src]Module num_traits::ops::wrapping
Traits
WrappingAdd |
Performs addition that wraps around on overflow. |
WrappingMul |
Performs multiplication that wraps around on overflow. |
WrappingSub |
Performs subtraction that wraps around on overflow. |