Skip to content

Commit

Permalink
Add property in searchsortedfirst docstring (JuliaLang#46511)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Aug 30, 2022
1 parent 710d9a0 commit ca629f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/sort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ Return the index of the first value in `a` greater than or equal to `x`, accordi
specified order. Return `lastindex(a) + 1` if `x` is greater than all values in `a`.
`a` is assumed to be sorted.
`insert!`ing `x` at this index will maintain sorted order.
See also: [`searchsortedlast`](@ref), [`searchsorted`](@ref), [`findfirst`](@ref).
# Examples
Expand Down

0 comments on commit ca629f3

Please sign in to comment.