JSONLexerRange.empty

Determines if the token stream has been exhausted.

struct JSONLexerRange(Input, LexOptions options = LexOptions.init, String = string)
@property
bool
empty
()
if (
isInputRange!Input &&
(
isSomeChar!(ElementType!Input) ||
isIntegral!(ElementType!Input)
)
)

Meta