Dumper.this

Construct a Dumper writing to a file.

  1. this(string filename)
    struct Dumper
    this
    @trusted
    (
    string filename
    )
  2. this(YStream stream)

Throws

YAMLException if the file can not be dumped to (e.g. cannot be opened).

Meta