aard

Undocumented in source.

Members

Aliases

HashMapClass
alias HashMapClass = RandAA!(K, V, shouldStoreHash!(K), useRandom)
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
detach
void detach()
Undocumented in source. Be warned that the author may not have intended to support it.
get
V get(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
get
bool get(K k, V val)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref V value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref K key, ref V value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
V* opBinaryRight(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
V opIndex(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(V value, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(K k, V value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

allocate
aard allocate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
capacity
size_t capacity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
keys
K[] keys [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loadRatio
double loadRatio [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
V[] values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

imp_
HashMapClass imp_;
Undocumented in source.

Meta