- get
T get(string key, T def_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- isKeySet
bool isKeySet(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(string key, string value) del)
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
string opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(string value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.