rcdata v1.0.0-alpha.5 (2023-03-18T14:16:01Z)
Dub
Repo
ByIndex.ByIndex
rcdata
parser
makeParser
LastResult
ByIndex
Undocumented in source.
alias
ByIndex
=
typeof
(
byIndex
!
i
)
template
ByIndex
(ptrdiff_t i)
static if
(
__traits(compiles, mixin (i))
)
alias
ByIndex
=
typeof
(
byIndex
!
i
)
alias
ByIndex
=
typeof
(
matchCaptureImpl
!(
T
,
pattern
[
i
],
typeof
(
byIndex
!(
i
-
1
)()))(
source
,
result
.
capture
,
byIndex
!(
i
-
1
)))
Meta
Source
See Implementation
rcdata
parser
makeParser
LastResult
ByIndex
aliases
ByIndex