collectionStartEvent

Construct a collection (mapping or sequence) start event.

package pure @trusted nothrow
collectionStartEvent
()
(
const Mark start
,
const Mark end
,,
const Tag tag
,
const bool implicit
,)

Parameters

end Mark

End position of the event in the file/stream.

anchor Anchor

Anchor of the sequence, if any.

tag Tag

Tag of the sequence, if specified.

implicit bool

Should the tag be implicitly resolved?

Meta