rcdata v1.0.0-alpha.5 (2023-03-18T14:16:01Z)
Dub
Repo
LastResult.ByIndex
rcdata
parser
makeParser
LastResult
Type of the value at given index.
union
LastResult
template
ByIndex (
ptrdiff_t
i
) {
alias
ByIndex
=
typeof
(
byIndex
!
i
)
;
alias
ByIndex
=
typeof
(
matchCaptureImpl
!(
T
,
pattern
[
i
],
typeof
(
byIndex
!(
i
-
1
)()))(
source
,
result
.
capture
,
byIndex
!(
i
-
1
)))
;
}
Members
Aliases
ByIndex
alias
ByIndex
=
typeof
(
byIndex
!
i
)
Undocumented in source.
ByIndex
alias
ByIndex
=
typeof
(
matchCaptureImpl
!(
T
,
pattern
[
i
],
typeof
(
byIndex
!(
i
-
1
)()))(
source
,
result
.
capture
,
byIndex
!(
i
-
1
)))
Undocumented in source.
Meta
Source
See Implementation
rcdata
parser
makeParser
LastResult
functions
byIndex
templates
ByIndex
Type of the value at given index.