You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think SortedSet should be a subtype of Base.AbstractSet. I'm not sure if there is an 'official' description of API for AbstractSet, but SortedSet is implements most of the important functions that Set implements.