scalarToken

Construct a scalar token.

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

Parameters

end
Type: Mark

End position of the token.

value
Type: char[]

Value of the token.

style

Style of the token.

Meta