Constructor

new(?iterable:Any)

Variables

read onlysize:Int

Methods

add(value:T):Set<T>

delete(value:T):Bool

forEach(callback:(value:T, key:T, set:Set<T>) ‑> Void, ?thisArg:Any):Void

has(value:T):Bool