Wraith::SetStore(T)
Inherits Atomically / Struct / Value / Object
Constructors
new
SourceInstance 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)
Sourceadd(object : T)
Sourceadd?(object : T) : Bool
Sourceassign(new_set : Set(T)) : self
Sourceconcat(elems : SetStore(T)) : self
Sourcedelete(object : T) : Bool
Sourceeach(*args, **options)
Sourceeach(*args, **options, &)
Sourceempty?(*args, **options)
Sourceempty?(*args, **options, &)
Sourceincludes?(*args, **options)
Sourceincludes?(*args, **options, &)
Sourceinspect(*args, **options)
Sourceinspect(*args, **options, &)
Sourceintersects?(other : SetStore(T)) : Bool
Sourceproper_subset_of?(other : SetStore(T)) : Bool
Sourceproper_superset_of?(other : SetStore(T)) : Bool
Sourcesize(*args, **options)
Sourcesize(*args, **options, &)
Sourcestore
Sourcesubset_of?(other : SetStore(T)) : Bool
Sourcesubtract(other : SetStore(T)) : self
Sourcesubtract(other : Enumerable) : self
Source