- 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.
- opIndex
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.
- remove
void remove(K k)
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.