toml_foolery.encode.types.string

Undocumented in source.

Members

Functions

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

Serializes (w/d/)strings and (w/d/)chars into TOML string values, quoted and escaped.

Variables

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

Meta