License:
Version:
Authors:
Since:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Iterator iterator () int opApply (scope int delegate(ref V value) dg) bool add (V element) bool contains (V element) bool take (ref V element) bool remove (V element) size_t remove (IContainer!(V) e) bool replace (V oldElement, V newElement) size_t size () bool isEmpty () V[] toArray (V[] dst) HashSet dup () HashSet clear () HashSet reset () size_t buckets () void buckets (size_t cap) float threshold () void threshold (float desired) |