toml_foolery.encode.types.floating_point

Undocumented in source.

Members

Functions

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

Serializes float, double, and real into TOML floating point values. TOML floats are always 64-bit, floats and reals are converted to doubles first.

Variables

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

Meta