Dumper.dump

Dump one or more YAML _documents to the file/stream.

Note that while you can call dump() multiple times on the same dumper, you will end up writing multiple YAML "files" to the same file/stream.

struct Dumper
void
dump
@trusted

Throws

YAMLException on error (e.g. invalid nodes, unable to write to file/stream).

Meta