dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Lexer.opApply
dlib
text
lexer
Lexer
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(string) dg)
int
opApply
(int delegate(size_t, string) dg)
class
Lexer
int
opApply
(
scope
int
delegate
(
size_t
,
string
)
dg
)
Meta
Source
See Implementation
dlib
text
lexer
Lexer
constructors
this
functions
advance
consumeDelimiter
empty
forwardCompare
forwardJump
front
getLexeme
isNewline
isWhitespace
moveFront
opApply
popFront
pos
position
variables
current
currentSize
dec
delims
ignoreNewlines
ignoreWhitespaces
index
input