Emitter.this

Construct an emitter.

struct Emitter(Range, CharType)
this
@safe
(
Range stream
,
const bool canonical
,
const int indent
,
const int width
,
)
if (
isOutputRange!(Range, CharType)
)

Parameters

canonical
Type: bool

Write scalars in canonical form?

indent
Type: int

Indentation width.

lineBreak
Type: LineBreak

Line break character/s.

Meta