voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
CharStream.matchAnyOf
voxelman
text
lexer
CharStream
Undocumented in source. Be warned that the author may not have intended to support it.
struct
CharStream
(R)
bool
matchAnyOf
(
dchar
[]
options
...
)
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