tomlifyValueImpl

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

package
void
tomlifyValueImpl
(
T
)
(
const T value
,
ref Appender!string buffer
,
immutable string[] parentTables
)

Meta