JSONLexerRange.input

Returns a copy of the underlying input range.

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

Meta