- add
void add(string key, string val)
Undocumented in source. Be warned that the author may not have intended to support it.
- all
string[] all(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
string get(string key, string defVal)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
string opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(ulong val, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(string[] val, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(string val, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
void parse(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(string[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.