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
        
          
Returns
trueif the underlying set currently includes value. - #inspect(io)
 - #pretty_print(pp)
 - #to_s(io)
 
Instance Method Detail
        
        def includes?(value : UInt32) : Bool
        #
      
      
        Returns true if the underlying set currently includes value. Returns
false otherwise.