FlattenedRanges.Tail

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

Meta