empty
Creates an empty instance of BitSet32.
Usually, we use emptySet as a default value for empty sets. However, since BitSet32 is a value class
, using it in a type declared as the supertype Set
creates some boxing, which may not be wanted in some situations.
To create an empty set without boxing, use this method.