Emitter.this

Construct an emitter.

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

Parameters

canonical bool

Write scalars in canonical form?

indent int

Indentation width.

lineBreak LineBreak

Line break character/s.

Meta