I wonder why we kept the clamp!
function, given that it seems equivalent to
array .= clamp.(array, lo, hi)
Probably it was just an oversight that it didn’t get removed when we removed the other vectorized functions in favor of dot calls?
I wonder why we kept the clamp!
function, given that it seems equivalent to
array .= clamp.(array, lo, hi)
Probably it was just an oversight that it didn’t get removed when we removed the other vectorized functions in favor of dot calls?