streamStartToken

Construct a stream start token.

package
streamStartToken
@safe pure nothrow @nogc
(
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