julia
f2c28377 - Don't call `sort!` and `partialsort!` "in-place" (#58901)

Commit
158 days ago
Don't call `sort!` and `partialsort!` "in-place" (#58901) "in-place" strongly implies non-allocating. This docs change removes that language from the `sort!` and `sortperm!` docstrings because those functions do sometimes allocate.
Author
Parents
Loading