parsed v0.4.2 (2017-09-16T11:31:13Z)
Dub
Repo
repeatWhile
parsed
core
Undocumented in source. Be warned that the author may not have intended to support it.
auto
repeatWhile
(
B
S
=
string
)
(
bool
delegate
(
B
,
const
S
,
int
)
test
,
Parser
!(
B
,
S
)
p
)
if
(
isSomeString
!
S
)
Meta
Source
See Implementation
parsed
core
classes
Parser
functions
absorb
build
charUntil
charWhile
everything
except
fail
force
literal
many
morph
repeatUntil
repeatWhile
singleChar
succeed
test
throwAnyway
throwOnFailure
throwOnSuccess
structs
ParserState