Resolve inconsistencies with functions startof, endof, firstindex, lastindex #910
Open
Description
Functions startof
, endof
seem to have been deprecated, in favor of firstindex
, lastindex
, respectively, but they have been inconstently updated. In the reference below, startof
remains the only possibility (firstindex(m::SortedMultiDict)
for instance does not exist), while the opposite occurs with lastindex
which seems to have replaced the method endof
.
Moreover, the doc still reflects the old syntax (startof
, endof
) as current, see for instance https://juliacollections.github.io/DataStructures.jl/stable/sorted_containers/#Tokens-for-Sorted-Containers-1
Metadata
Assignees
Labels
No labels