struct Pf::USet32::Commit

Overview

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

Defined in:

permafrost/uset32.cr

Instance Method Summary

Instance Method Detail

def <<(value : UInt32) : self #

Adds value to this set.


[View source]
def includes?(value : UInt32) : Bool #

Returns true if the underlying set currently includes value. Returns false otherwise.


[View source]
def inspect(io) #

[View source]
def pretty_print(pp) #

[View source]
def to_s(io) #

[View source]