On Wed, 24 Dec 2014 01:00:08 +0000
bearophile via Digitalmars-d <[email protected]> wrote:

> > i guess that this was simply overlooked, so i think that you 
> > can create ER for this.
> 
> Often tuple fields have different types, like a string and int.
sure, but then you can't initialize it from an array either. yet we
have convient initializer for "convertable" arrays and have no
`opAssign` for the same.

> And better to stop and wait for built-in tuple syntax instead of 
> messing up more and more the Phobos tuples. The rabbit hole is 
> deep enough already.
built-in tuple syntax may not arrive for another two years. or five.
or... ;-) adding `opAssign` for arrays is just a convience feature: as
we have ctor for this operation, it would be logical to have `opAssign`
for it too.

Attachment: signature.asc
Description: PGP signature

Reply via email to