struct
Pf::USet32::Commit
- Pf::USet32::Commit
- Struct
- Value
- Object
Overview
Exposes mutable versions of USet32 methods to let you construct your
sets quickly.
Defined in:
permafrost/uset32.crInstance Method Summary
-
#<<(value : UInt32) : self
Adds value to this set.
-
#includes?(value : UInt32) : Bool
Runs
USet32#includes?on the set built so far. - #inspect(io)
-
#offset(value : UInt32) : UInt32
Runs
USet32#offseton the set built so far. - #pretty_print(pp)
- #to_s(io)