scalarToken
fn
Token scalarToken(const Mark start, const Mark end, char[] value, const ScalarStyle style) @safe pure nothrow @nogcConstruct a scalar token.
Parameters
start | Start position of the token. |
end | End position of the token. |
value | Value of the token. |
style | Style of the token. |