struct

Wraith::SetStore(T)

Inherits Atomically / Struct / Value / Object

Constructors

Instance methods

&(other : SetStore(T)) : SetStore(T)
Source
+(other : SetStore(T)) : SetStore(T)
Source
-(other : SetStore(T)) : SetStore(T)
Source
==(other : SetStore(T)) : Bool
Source
===(other : SetStore(T)) : Bool
Source
^(other : SetStore(T)) : SetStore(T)
Source
|(other : SetStore(T)) : SetStore(T)
Source
add(object : T)
Source
add?(object : T) : Bool
Source
assign(new_set : Set(T)) : self
Source
concat(elems : SetStore(T)) : self
Source
delete(object : T) : Bool
Source
each(*args, **options)
Source
each(*args, **options, &)
Source
empty?(*args, **options)
Source
empty?(*args, **options, &)
Source
includes?(*args, **options)
Source
includes?(*args, **options, &)
Source
inspect(*args, **options)
Source
inspect(*args, **options, &)
Source
intersects?(other : SetStore(T)) : Bool
Source
proper_subset_of?(other : SetStore(T)) : Bool
Source
proper_superset_of?(other : SetStore(T)) : Bool
Source
size(*args, **options)
Source
size(*args, **options, &)
Source
store
Source
subset_of?(other : SetStore(T)) : Bool
Source
subtract(other : SetStore(T)) : self
Source
subtract(other : Enumerable) : self
Source