<div dir="ltr"><div dir="ltr">On Sat, May 9, 2020 at 7:20 AM Adam D. Ruppe 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 Friday, 8 May 2020 at 20:53:39 UTC, Q. Schroll wrote:<br>
>     alias Tup = Tuple!(int, long);<br>
<br>
This is just a struct, the ... shouldn't do anything to it <br>
(probably should be a syntax error).<br>
<br>
The ... thing is all about compiler tuples which are <br>
unfortunately named the same but totally separate to library <br>
tuples.<br></blockquote><div><br></div><div>^^^</div><div>std.typecons.Tuple is a struct. It's not a tuple.<br></div></div></div>