<div dir="ltr"><div dir="ltr">On Sat, Oct 31, 2020 at 11:50 AM Andrei Alexandrescu via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 10/30/20 7:55 PM, Manu wrote:<br>
> I was about to raise both those examples you showed here. I show <br>
> staticMap's implementation right there, and I also show types in tuples.<br>
> The trouble as I see is that there's a spec language problem, where a <br>
> tuple element is a 'kind of thing' that I don't know what to call that.<br>
<br>
Sorry, I must have missed it!<br>
<br>
I think a good term is "alias sequence" because AliasSeq in std.meta <br>
comprises exactly those. Generally relating this to stuff and terms in <br>
the language spec and stdlib docs would be great.<br></blockquote><div><br></div><div>So should I drop the language 'tuple' entirely? D doesn't actually propose to have tuples, I guess that's just the colloquial name for alias sequences. </div></div></div>