streamStartEvent

Construct a stream start event.

package
streamStartEvent
pure @trusted nothrow
(
const Mark start
,
const Mark end
,
const Encoding encoding
)

Parameters

end
Type: Mark

End position of the event in the file/stream.

encoding
Type: Encoding

Encoding of the stream.

Meta