TupleRange.TupleRange

Undocumented in source.
  1. alias TupleRange = TypeTuple!()
    template TupleRange(int from, int to)
    static if(from >= to)
    alias TupleRange = TypeTuple!()
  2. alias TupleRange = TypeTuple!(from, TupleRange!(from + 1, to))

Meta