Flatten.Tail

Undocumented in source.
template Flatten(Values...)
static if(Values.length)
alias Tail = Values[1..$]

Meta