documentEndEvent

Construct a document end event.

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

Parameters

end
Type: Mark

End position of the event in the file/stream.

explicit
Type: bool

Is this an explicit document end?

Meta