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
According to the implementation BitSet is extended from SortedSet[Int] (which implies Set[Int]), in the documentation it is missing the reference to SortedSet[Int].