struct

Pf::USet32::Commit

Inherits Struct / Value / Object

Exposes mutable versions of USet32 methods to let you construct your sets quickly.

Instance methods

<<(value : UInt32) : self

Adds value to this set.

Source
includes?(value : UInt32) : Bool

Runs USet32#includes? on the set built so far.

Source
inspect(io)
Source
pretty_print(pp)
Source
rank(value : UInt32) : UInt32

Runs USet32#rank on the set built so far.

Source
to_s(io)
Source