documentStartEvent
fn
Event documentStartEvent(const Mark start, const Mark end, const bool explicit, string YAMLVersion,
TagDirective[] tagDirectives) pure @safe nothrowConstruct a document start event.
Parameters
start | Start position of the event in the file/stream. |
end | End position of the event in the file/stream. |
explicit | Is this an explicit document start? |
YAMLVersion | YAML version string of the document. |
tagDirectives | Tag directives of the document. |