yamlserialized ~master (2022-06-02T06:16:05.9315353)
Dub
Repo
toYAMLNode
yamlserialized
serialization
Convert a struct or class of type T to a D-YAML Node
Node
toYAMLNode
(T array)
Node
toYAMLNode
(T associativeArray)
Node
toYAMLNode
(T obj)
@
safe
Node
toYAMLNode
(
T
)
(
in
ref
T
obj
)
if
(
is
(
T
== struct) ||
is
(
T
== class)
)
Meta
Source
See Implementation
yamlserialized
serialization
functions
toYAMLNode
Convert a struct or class of type T to a D-YAML Node