<!-- Our proposal process is documented here: https://go.dev/s/proposal-process --> somethimes, I need to get a number clamped in a range. I think `math` package would be appropiate to add such a `Clamp` function. Also, for some percentage calculation, `Clamp01` method is useful as well. (see #58144)