TRIota.tail

Undocumented in source.
template TRIota(size_t a, size_t b)
static if(!(a == b))
alias tail() = TRIota!(a + 1, b)

Meta