ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
build.T
ctpg
combinators
sequence
build
Undocumented in source.
alias
T
=
getParseResultType
!(
parsers
[
0
].
build
!(
kind
,
SrcType
))
template
build
(alias kind, SrcType)
static if
(
parsers.length == 1
)
alias
T
=
getParseResultType
!(
parsers
[0].
build
!(
kind
,
SrcType
))
alias
T
=
getParseResultType
!(
parsers
[
0
].
build
!(
kind
,
SrcType
))
Meta
Source
See Implementation
ctpg
combinators
sequence
build
aliases
T
functions
parse
mixins
__anonymous