streamStartToken

Construct a stream start token.

package @safe pure nothrow @nogc
streamStartToken
(
const Mark start
,
const Mark end
,
const Encoding encoding
)

Parameters

end
Type: Mark

End position of the token.

encoding
Type: Encoding

Encoding of the stream.

Meta