siryul ~master (2021-06-03T17:05:54Z)
Home
Dub
Repo
YAML
siryul
dyaml
YAML (YAML Ain't Markup Language) serialization format
struct
YAML {
alias
types
=
AliasSeq
!(
".yml"
,
".yaml"
)
;
static
T
parseInput
(U data);
static
string
asString
(T data);
}
Members
Aliases
types
alias
types
=
AliasSeq
!(
".yml"
,
".yaml"
)
Undocumented in source.
Static functions
asString
string
asString
(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
parseInput
T
parseInput
(U data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
siryul
dyaml
classes
YAMLDException
YAMLSException
structs
YAML
templates
deserialize
serialize
YAML (YAML Ain't Markup Language) serialization format