util: Require integers for SaturatingAdd() and AdditionOverflow()
This change tightens two low-level math helper functions so they only accept whole-number (integer) types. Previously, a non-integer type could slip through and silently produce wrong min/max values because the generic fallback for numeric…
0774eaafby Hodlinator+2−31 file