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
BitSet is extremely useful when you want to test the presence of some enumerable entity, i.e. a compact Set of Booleans.
We might want a pure one in Javaslang also.
It could be based on Scala's or Haskell's implementations.