voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
CharStream.pushCheckpoint
voxelman
text
lexer
CharStream
save current stream position
struct
CharStream
(R)
void
pushCheckpoint
(
)
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
save current stream position