On 7/7/15, Andrei Alexandrescu via Digitalmars-d <digitalmars-d@puremagic.com> wrote: > So I thought we were supposed to replace bad names with good names. > Template arguments are indexable, so "sequence" doesn't quite apply. > > What happened? Why are we replacing a crappy term with another crappy term? > > > Andrei >
As far as I can tell there's a giant elephant in the room and his name is `Tuple`. The problem is there's a Tuple template in Phobos. If you rename that you get a solid new name for a language tuple. /mytwocents