YAML

YAML (YAML Ain't Markup Language) serialization format

Members

Aliases

types
alias types = AliasSeq!(".yml", ".yaml")
Undocumented in source.

Manifest constants

emptyObject
enum emptyObject;
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