Module wrapping

Source

Macrosยง

wrapping_impl ๐Ÿ”’
wrapping_shift_impl ๐Ÿ”’
wrapping_unary_impl ๐Ÿ”’

Traitsยง

WrappingAdd
Performs addition that wraps around on overflow.
WrappingMul
Performs multiplication that wraps around on overflow.
WrappingNeg
Performs a negation that does not panic.
WrappingShl
Performs a left shift that does not panic.
WrappingShr
Performs a right shift that does not panic.
WrappingSub
Performs subtraction that wraps around on overflow.