dyaml v0.5.3 (2016-04-30T12:31:44Z)
Home
Dub
Repo
Dumper.this
dyaml
dumper
Dumper
Construct a Dumper writing to a _stream. This is useful to e.g. write to memory.
this
()
this
(string filename)
this
(YStream stream)
struct
Dumper
@
safe
this
(
YStream
stream
)
Meta
Source
See Implementation
dyaml
dumper
Dumper
constructors
this
destructors
~this
functions
dump
emit
opCmp
opEquals
properties
YAMLVersion
canonical
encoding
explicitEnd
explicitStart
indent
lineBreak
name
representer
resolver
tagDirectives
textWidth
Construct a Dumper writing to a _stream. This is useful to e.g. write to memory.