JSONLexerRange.this

Constructs a new token stream.

struct JSONLexerRange(Input, LexOptions options = LexOptions.init, String = string)
this
(
Input input
,
string filename = null
)
if (
isInputRange!Input &&
(
isSomeChar!(ElementType!Input) ||
isIntegral!(ElementType!Input)
)
)

Meta