Wait, what? What is AliasSeq?

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 15 08:35:14 PDT 2015


On 7/15/15 11:19 AM, Dicebot wrote:
> On Wednesday, 15 July 2015 at 15:15:13 UTC, Steven Schveighoffer wrote:
>> That document needs to be rewritten. I don't consider it part of the
>> spec per-se, but it's definitely out of date.
>
> I had PR that did but it has a weird fate. Originally written with
> MetaList in mind, later update to Arguments, forgotten and abandoned and
> surprise-merged month later (when it was AliasSeq in Phobos already),
> taken care of by Mike now in a desperate attempt to keep it in sync with
> rename changes that keep being merged into Phobos.
>
> Hint : this is exactly what is wrong with this whole thread.

Yeah, I'm pretty much done arguing AT ALL about this. This is a whole 
lot of discussion for something that literally can be typed in 2 seconds 
if you need a new name for it:

alias MyFunkyName(T...) = T;

-Steve


More information about the Digitalmars-d mailing list