JuliaCollections / DataStructures.jl

Julia implementation of Data structures
https://juliacollections.github.io/DataStructures.jl/latest/
MIT License
679 stars 242 forks source link

remove eltype definition from SortedDict and SortedSet #863

Closed andyferris closed 11 months ago

andyferris commented 11 months ago

Like #854 but with eltype removed also for SortedSet.

Do we need to do the same for keytype of SortedSet, which is not normally defined for AbstractSet?

xref: https://github.com/JuliaCollections/DataStructures.jl/pull/854#issuecomment-1656749953