Module num_traits::ops::wrapping
[−]
[src]
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. |