Dumper.this

Construct a Dumper writing to a _stream. This is useful to e.g. write to memory.

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

Meta