I dun a DIP, possibly the best DIP ever

Manu turkeyman at gmail.com
Sat May 9 00:21:28 UTC 2020


On Sat, May 9, 2020 at 7:20 AM Adam D. Ruppe via Digitalmars-d <
digitalmars-d at puremagic.com> wrote:

> On Friday, 8 May 2020 at 20:53:39 UTC, Q. Schroll wrote:
> >     alias Tup = Tuple!(int, long);
>
> This is just a struct, the ... shouldn't do anything to it
> (probably should be a syntax error).
>
> The ... thing is all about compiler tuples which are
> unfortunately named the same but totally separate to library
> tuples.
>

^^^
std.typecons.Tuple is a struct. It's not a tuple.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20200509/2f82d00c/attachment.htm>


More information about the Digitalmars-d mailing list