- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
Bucket insert(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- locateBucket
size_t locateBucket(T key)
Undocumented in source. Be warned that the author may not have intended to support it.
- move
void move(HashArray data, Allocator allocator)
Undocumented in source.
- opAssign
void opAssign(typeof(this) that)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(T key)
Undocumented in source. Be warned that the author may not have intended to support it.
- rehash
void rehash(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- rehashToSize
void rehashToSize(size_t n)
Undocumented in source.
- remove
size_t remove(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- swap
void swap(HashArray data)
Undocumented in source. Be warned that the author may not have intended to support it.