JSONLexerRange.front

Returns the current token in the stream.

struct JSONLexerRange(Input, LexOptions options = LexOptions.init, String = string)
@property ref
const(JSONToken!String)
front
()
if (
isInputRange!Input &&
(
isSomeChar!(ElementType!Input) ||
isIntegral!(ElementType!Input)
)
)

Meta