toml-foolery v1.0.0 (2020-04-21T11:39:29Z)
Dub
Repo
tomlifyValueImpl
toml_foolery
encode
types
boolean
Serializes bools into TOML boolean values.
package
void
tomlifyValueImpl
(
T
)
(
const
T
value
,
ref
Appender
!
string
buffer
,
immutable
string
[]
parentTables
)
if
(
makesTomlBoolean
!
T
)
Meta
Source
See Implementation
toml_foolery
encode
types
boolean
functions
tomlifyValueImpl
variables
makesTomlBoolean
Serializes bools into TOML boolean values.