serialized v1.3.6 (2021-08-25T12:16:08Z)
Dub
Repo
JSONLexerRange.popFront
funkwerk
stdx
data
json
lexer
JSONLexerRange
Skips to the next token.
struct
JSONLexerRange
(Input, LexOptions options = LexOptions.init, String = string)
void
popFront
(
)
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
Skips to the next token.