Last call for AliasSeq
via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jul 28 07:13:26 PDT 2015
On Tuesday, 28 July 2015 at 12:34:13 UTC, Daniel N wrote:
> On Tuesday, 28 July 2015 at 12:10:54 UTC, Marc Schütz wrote:
>> "X.Y.Z. didn't understand the difference between Tuple and
>> TypeTuple".
>> => Maybe the "Tuple" part of the name is the problem. We
>> should consider a different name.
>>
>
> In which case it makes more sense to change std/typecons:Tuple,
> since it's the odd one out when comparing with .tupleof and
> TypeTuple.
Yes, tuples are supposed to be:
- immutable
- subject to structural typing only
So typecons.Tuple is not a tuple… Which probably just adds to the
confusion...
More information about the Digitalmars-d
mailing list