Match.Rest

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

Meta