julia
f2c28377
- Don't call `sort!` and `partialsort!` "in-place" (#58901)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#58901 - Don't call `sort!` and `partialsort!` "in-place"
Author
LilithHafner
Parents
f356a40b
Loading