documentEndEvent

Construct a document end event.

package pure @safe nothrow
documentEndEvent
(
const Mark start
,
const Mark end
,
const bool explicit
)

Parameters

end Mark

End position of the event in the file/stream.

explicit bool

Is this an explicit document end?

Meta