toml_foolery.encode.types.array

Undocumented in source.

Members

Functions

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

Serializes static arrays into TOML Array values.

Variables

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

Meta