collectionStartEvent

Construct a collection (mapping or sequence) start event.

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

Parameters

end Mark

End position of the event in the file/stream.

anchor string

Anchor of the sequence, if any.

tag string

Tag of the sequence, if specified.

implicit bool

Should the tag be implicitly resolved?

style CollectionStyle

Style to use when outputting document.

Meta