Dumper.this

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

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

Meta