collectionStartEvent
fn
Event collectionStartEvent(EventID id)(const Mark start, const Mark end, const string anchor, const string tag,
const bool implicit, const CollectionStyle style) pure @safe nothrowConstruct a collection (mapping or sequence) start 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 sequence, if any. |
tag | Tag of the sequence, if specified. |
implicit | Should the tag be implicitly resolved? |
style | Style to use when outputting document. |