scalarToken

Construct a scalar token.

package @safe pure nothrow @nogc
scalarToken
(
const Mark start
,
const Mark end
,
char[] value
,)

Parameters

end Mark

End position of the token.

value char[]

Value of the token.

style ScalarStyle

Style of the token.

Meta