pegged v0.4.3 (2018-02-16T19:45:56Z)
Dub
Repo
Match.successful
pegged
examples
pattern
TypeSubType
Match
Undocumented in source.
template
Match
(T...)
static if
(!(
T.length < U.length || !isSubtype!(T[0..U.length], U)
))
enum
successful
=
true
;
Meta
Source
See Source File
pegged
examples
pattern
TypeSubType
Match
aliases
Rest
Types
manifest constants
begin
end
successful
mixins
__anonymous