rcdata v1.0.0-alpha.5 (2023-03-18T14:16:01Z)
Dub
Repo
makeParser.matchUntil
rcdata
parser
makeParser
Return the
matchOr
return value for the given pattern.
mixintemplate
makeParser
(Input, alias supply, alias basicMatcher)
static
template
matchUntil (
alias
terminator
pattern
...
)
if
(
pattern
.
length
!= 0
) {
static
MatchType
!
pattern
context
;
static
auto
local
;
static const
auto
length
;
}
Members
Static variables
context
MatchType
!
pattern
context
;
Undocumented in source.
length
auto
length
;
Undocumented in source.
local
auto
local
;
Undocumented in source.
Meta
Source
See Implementation
rcdata
parser
makeParser
aliases
Capture
Match
MatchCapture
ParserException
PatternCaptureTypes
Result
Return
ReturnMatch
funCC
static functions
run
tupleWrap
static variables
capture
lastResult
result
ret
source
structs
CaptureTupleIterator
templates
MatchCaptureTypes
MatchOr
MatchType
TupleWrap
match
matchRepeatRange
matchUntil
unions
LastResult
Return the matchOr return value for the given pattern.