toml_foolery.encode.types.boolean

Undocumented in source.

Members

Functions

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

Serializes bools into TOML boolean values.

Variables

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

Meta