repeatWhile

Undocumented in source. Be warned that the author may not have intended to support it.
repeatWhile
(
B
S = string
)
(
bool delegate
(
B
,
const S
,
int
)
test
,
Parser!(B, S) p
)
if (
isSomeString!S
)

Meta