- length
ulong length()
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.
- opBinaryRight
T* opBinaryRight(string rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
int opIndexAssign(T val, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.