TOMLValue

Undocumented in source.

Constructors

this
this(T v)
Undocumented in source.
this
this(T v)
Undocumented in source.

Members

Functions

array
TOMLValue[] array()
Undocumented in source. Be warned that the author may not have intended to support it.
group
TOMLValue[string] group()
Undocumented in source. Be warned that the author may not have intended to support it.
integer
long integer()
Undocumented in source. Be warned that the author may not have intended to support it.
keys
auto keys()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(TOMLValue) opIndex(string v)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T v, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
TOMLValue opIndexAssign(TOMLValue v, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
str
string str()
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

Store
union Store
Undocumented in source.

Meta