Open JeffBezanson opened 4 years ago
Was discussed in https://github.com/JuliaLang/julia/issues/22236.
To quote my, imo still-relevant comment there:
I have to confess that I don't see the urgency of removing
clamp!
. It seems occasionally useful andA .= clamp.(A, lo, hi)
is a bit less obvious and requires a name forA
.
This seems to be another one of the straggling few "vectorized" functions. We can consider removing it in 2.0.