scalarEvent

Construct a scalar event.

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

Parameters

end Mark

End position of the event in the file/stream.

anchor Anchor

Anchor of the scalar, if any.

tag Tag

Tag of the scalar, if specified.

implicit Tuple!(bool, bool)

Should the tag be implicitly resolved?

value string

String value of the scalar.

style ScalarStyle

Scalar style.

Meta