[Issue 14637] Array operations should work on tuples

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 31 17:09:13 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14637

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Walter Bright from comment #0)
> For example:
> 
>     tuple ~ tuple
> 
> should produce a tuple with the contents of both.

(In reply to Andrei Alexandrescu from comment #1)
> We should also support tuple ~ value and value ~ tuple. Obviously the ~=
> operation cant' work :o).

Do you mean the concatenation of std.typecons.Tuple? If so, it's a Phobos
issue.

--


More information about the Digitalmars-d-bugs mailing list