On Wednesday, 8 July 2015 at 01:26:22 UTC, rsw0x wrote:
A sequence of aliases, personally I think it is a much better name. But maybe seq could be replaced with something else, though I don't really mind seq. AliasList seems a little bit better.it's far closer to a tuple, list, or array than a sequence.
Mmh, TypeTuple had 2 problems, it didn't solely consist of types, and the term tuple is overloaded by value tuples.
But indeed AliasTuple would be descriptive name IMHO.