voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
CharStream.match
voxelman
text
lexer
CharStream
Matches single char
bool
match
(R str)
bool
match
(dchar chr)
bool
match
()
struct
CharStream
(R)
bool
match
(
alias
pred
)
(
)
if
(
isForwardRange
!
R
&&
is
(
ElementType
!
R
:
dchar
)
)
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
Matches single char