ToTRange.tail

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

Meta