Match.Rest

Undocumented in source.
template Match(T...)
static if(P.successful)
alias Rest = TypeZeroOrMore!(Pattern).Match!(P.Rest).Rest

Meta