On Tuesday, 7 July 2015 at 21:15:40 UTC, Andrei Alexandrescu 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

Well, if
    alias Identity(T) = T;
then
    alias Identities(T...) = T;

or just make
     alias Identity(T...) = T;

Reply via email to