rcdata v1.0.0-alpha.5 (2023-03-18T14:16:01Z)
Dub
Repo
makeParser.MatchType
rcdata
parser
makeParser
Check the match type returned by
match
for the given pattern.
mixintemplate
makeParser
(Input, alias supply, alias basicMatcher)
static
template
MatchType (
pattern
...
) {
alias
MatchType
=
typeof
(
matchImpl
!
pattern
(
Input
.
init
))
;
alias
MatchType
=
MatchCapture
!(
PatternCaptureTypes
!
pattern
)
;
}
Members
Aliases
MatchType
alias
MatchType
=
typeof
(
matchImpl
!
pattern
(
Input
.
init
))
Undocumented in source.
MatchType
alias
MatchType
=
MatchCapture
!(
PatternCaptureTypes
!
pattern
)
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
Check the match type returned by match for the given pattern.