serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
JSONLexerRange.this
funkwerk
stdx
data
json
lexer
JSONLexerRange
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
Source
See Implementation
funkwerk
stdx
data
json
lexer
JSONLexerRange
aliases
CharType
InternalInput
constructors
this
functions
popFront
properties
empty
front
input
location
Constructs a new token stream.