TOMLDocument

Main table of a TOML document. It works as a TOMLValue with the TOML_TYPE.TABLE type.

Constructors

this
this(TOMLValue[string] table)
Undocumented in source.
this
this(TOMLValue value)
Undocumented in source.

Alias This

table

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

table
TOMLValue[string] table;
Undocumented in source.

Meta