Expand description
Merge strategies for numeric types.
These strategies are only available if the num
feature is enabled.
Functions§
- Overwrite left with right if the value of left is zero.
- Set left to the saturated some of left and right.
Merge strategies for numeric types.
These strategies are only available if the num
feature is enabled.