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.