toml_foolery.encode.types.table

Undocumented in source.

Members

Functions

tomlifyValueImpl
void tomlifyValueImpl(T value, Appender!string buffer, string[] parentTables)

Serializes structs into TOML tables.

Variables

makesTomlTable
enum bool makesTomlTable(T);
Undocumented in source.

Meta