pegged v0.4.3 (2018-02-16T19:45:56Z)
Dub
Repo
Match.Types
pegged
examples
pattern
TypeAnd
Match
Undocumented in source.
template
Match
(T...)
static if
(
P1.successful && P2.successful
)
alias
Types
=
TypeTuple
!(
P1
.
Types
,
P2
.
Types
)
Meta
Source
See Implementation
pegged
examples
pattern
TypeAnd
Match
aliases
P1
P2
Rest
Types
manifest constants
begin
end
successful
mixins
__anonymous