- byKeyValue
auto byKeyValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
inout(V) get(K k, inout(V) defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOrAdd
V getOrAdd(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref K k, ref V v) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(const ref K k, const ref V v) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(V[K] aa)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
inout(V)* opBinaryRight(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(V) opIndex(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
V opIndexAssign(V v, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexOpAssign
V opIndexOpAssign(V v, K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexUnary
V opIndexUnary(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- require
V require(K key, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(K key, C create, U update)
Undocumented in source. Be warned that the author may not have intended to support it.
An associative array which retains the order in which elements were added.