Match.Rest

Undocumented in source.
template Match(T...)
static if(!(T.length == 0))
alias Rest = T[1..$]

Meta