No documentation for Base.Order
and Ordering
for sort and search functions
#18370
Labels
docs
This change adds or pertains to documentation
help wanted
Indicates that a maintainer wants help on an issue or pull request
needs docs
Documentation for this change is required
Julia 0.5-rc3 contains new methods for
searchsortedfirst()
and many other functions that involve specifying the sort pattern using singleton types defined inBase.Order
. This is really awesome, and I like it a lot, but the users should probably be able to find out about this in the documentation and docstrings.At the very least, I feel that a NEWS.md entry should be added before tagging v0.5 final, so that new v0.5 users may know about these changes. It certainly surprised me in #18369 :)
The text was updated successfully, but these errors were encountered: