collectionStartEvent

Construct a collection (mapping or sequence) start event.

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

Parameters

end
Type: Mark

End position of the event in the file/stream.

anchor
Type: Anchor

Anchor of the sequence, if any.

tag
Type: Tag

Tag of the sequence, if specified.

implicit
Type: bool

Should the tag be implicitly resolved?

Meta