Module num

Module num 

Source
Expand description

Merge strategies for numeric types.

These strategies are only available if the num feature is enabled.

Functionsยง

overwrite_zero
Overwrite left with right if the value of left is zero.
saturating_add
Set left to the saturated some of left and right.