tomlifyValueImpl

Serializes integral types into TOML Integer values.

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

Throws

TomlEncodingException when value is out of range of valid TOML Integers (can only happen when T is ulong).

Meta