Exposes mutable versions of USet32 methods to let you construct your
sets quickly.
Instance methods
<<(value : UInt32) : self
Sourceincludes?(value : UInt32) : Bool
Runs USet32#includes? on the set built so far.
Sourcerank(value : UInt32) : UInt32
Runs USet32#rank on the set built so far.
Source