Emitter.this

Construct an emitter.

struct Emitter
this
@trusted
(
YStream stream
,
const bool canonical
,
const int indent
,
const int width
,
)
in { assert (stream.writeable, "Can't emit YAML to a non-writable stream"); }

Parameters

canonical
Type: bool

Write scalars in canonical form?

indent
Type: int

Indentation width.

lineBreak
Type: LineBreak

Line break character/s.

Meta