- add
void add(string i, T v)
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.
- opApply
int opApply(int delegate(ref T[]) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref string, ref T[]) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
T[] opCall(string i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIn_r
T[]* opIn_r(string i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(string i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T v, string i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(T[] v, string i)
Undocumented in source. Be warned that the author may not have intended to support it.
- rehash
Hash!(T) rehash()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(string i)
Undocumented in source. Be warned that the author may not have intended to support it.