Wider tuple design discussion

Alex Rønne Petersen xtzgzorex at gmail.com
Tue Aug 2 10:40:34 PDT 2011


On 02-08-2011 16:28, bearophile wrote:
> Michel Fortin:
>
>> We need a way to make those two concepts work together, I think that's
>> the hard part.
>
> I think they are incompatible.
>
> Bye,
> bearophile

I'm not sure it would make much sense to actually allow low-level 
operations on tuples. They're meant to be a language abstraction, and 
freely taking the address of them seems useless in practice and really 
just smells like array pointers (or similar) to me.

- Alex


More information about the Digitalmars-d mailing list