newxml v0.2.0 (2022-09-09T21:40:57Z)
Dub
Repo
BufferedLexer.save
newxml
lexers
BufferedLexer
Undocumented in source. Be warned that the author may not have intended to support it.
struct
BufferedLexer
(T)
const
static if
(
isForwardRange!T
)
auto
save
(
)
if
(
isInputRange
!
T
&&
isArray
!(
ElementType
!
T
)
)
Meta
Source
See Implementation
newxml
lexers
BufferedLexer
aliases
BufferType
CharacterType
InputType
functions
advanceUntil
advanceUntilAny
dropWhile
empty
get
popBuffer
save
setSource
start
testAndAdvance