voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
CharStream.match
voxelman
text
lexer
CharStream
Undocumented in source. Be warned that the author may not have intended to support it.
bool
match
(R str)
bool
match
(dchar chr)
struct
CharStream
(R)
bool
match
(
dchar
chr
)
if
(
isForwardRange
!
R
&&
is
(
ElementType
!
R
:
dchar
)
)
bool
match
()
Meta
Source
See Implementation
voxelman
text
lexer
CharStream
constructors
this
functions
discardCheckpoint
match
matchAnyOf
matchCase
matchOpt
next
popCheckpoint
pushCheckpoint
skipSpace
structs
StreamState
variables
_checkpointStack
_state
originalInput