scalarEvent

Construct a scalar event.

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

Parameters

end
Type: Mark

End position of the event in the file/stream.

anchor
Type: string

Anchor of the scalar, if any.

tag
Type: string

Tag of the scalar, if specified.

implicit
Type: bool

Should the tag be implicitly resolved?

value
Type: string

String value of the scalar.

style

Scalar style.

Meta