scalarEvent
fn
Event scalarEvent(const Mark start, const Mark end, const string anchor, const string tag,
const bool implicit, const string value,
const ScalarStyle style = ScalarStyle.invalid) @safe pure nothrow @nogcConstruct a scalar event.
Parameters
start | Start position of the event in the file/stream. |
end | End position of the event in the file/stream. |
anchor | Anchor of the scalar, if any. |
tag | Tag of the scalar, if specified. |
implicit | Should the tag be implicitly resolved? |
value | String value of the scalar. |
style | Scalar style. |