voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
CharStream.skipSpace
voxelman
text
lexer
CharStream
Skips zero or more whitespace chars consuming input
struct
CharStream
(R)
void
skipSpace
(
)
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
Skips zero or more whitespace chars consuming input