ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
ParseResult
ctpg
parse_result
Undocumented in source.
struct
ParseResult (
alias
kind
SrcType
T
=
void
) {
bool
match
;
Input
!
SrcType
nextInput
;
static if
(
kind.hasValue
)
T
value
;
static if
(
kind.hasError
)
Error
error
;
}
Members
Variables
error
Error
error
;
Undocumented in source.
match
bool
match
;
Undocumented in source.
nextInput
Input
!
SrcType
nextInput
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
ctpg
parse_result
structs
ParseResult
templates
getParseResultType
getParseResultTypes