tomlifyValueImpl

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

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

Meta