serialized v1.5.6 (2022-07-15T12:40:10Z)
Dub
Repo
JSONLexerRange.front
funkwerk
stdx
data
json
lexer
JSONLexerRange
Returns the current token in the stream.
struct
JSONLexerRange
(Input, LexOptions options = LexOptions.init)
@
property
ref
const
(
JSONToken
)
front
(
)
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
Returns the current token in the stream.