scalarEvent

Construct a scalar event.

package @safe pure nothrow @nogc
scalarEvent
(
const Mark start
,
const Mark end
,
const string anchor
,
const string tag
,
const bool implicit
,
const string value
,)

Parameters

end Mark

End position of the event in the file/stream.

anchor string

Anchor of the scalar, if any.

tag string

Tag of the scalar, if specified.

implicit bool

Should the tag be implicitly resolved?

value string

String value of the scalar.

style ScalarStyle

Scalar style.

Meta