toml-foolery ~master (2021-11-04T13:35:56Z)
Dub
Repo
tomlifyValueImpl
toml_foolery
encode
types
table
Serializes structs into TOML tables.
package
void
tomlifyValueImpl
(
T
)
(
const
T
value
,
ref
Appender
!
string
buffer
,
immutable
string
[]
parentTables
)
if
(
makesTomlTable
!
T
)
Meta
Source
See Implementation
toml_foolery
encode
types
table
functions
tomlifyValueImpl
variables
makesTomlTable
Serializes structs into TOML tables.