@ -14,6 +14,6 @@ func Max[N Number](a, b N) N {
return b
}
func Limit[N Number](v, min, max N) N {
func Clamp[N Number](v, min, max N) N {
return Min(Max(v, min), max)
The note is not visible to the blocked user.