- append
void append(Appender!string appender)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(string, ref TOMLValue) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
TOMLValue* opBinaryRight(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
TOMLValue opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
TOMLValue opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
Value of a TOML value.