[Issue 4591] Concat of std.typecons.Tuples

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4591 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/cddd0df51a50e2c370162daa7ed7fca0dad4b979 Fix Issue 4591, 14637 - Array operations should work on

[Issue 4591] Concat of std.typecons.Tuples

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4591 github-bugzi...@puremagic.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4591] Concat of std.typecons.Tuples

2018-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4591 Seb changed: What|Removed |Added Keywords||pull CC|

[Issue 4591] Concat of std.typecons.Tuples

2016-10-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4591 Andrei Alexandrescu changed: What|Removed |Added Keywords||bootcamp --

[Issue 4591] Concat of std.typecons.Tuples

2013-05-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4591 bearophile_h...@eml.cc changed: What|Removed |Added AssignedTo|and...@erdani.com |nob...@puremagic.com ---

[Issue 4591] Concat of std.typecons.Tuples

2011-07-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4591 --- Comment #1 from bearophile_h...@eml.cc 2011-07-25 05:30:07 PDT --- Slicing too is sometimes useful: import std.typecons; void main() { auto t1 = tuple(10, 20, 30, 40, 50); auto t2 = tuple(100, 200, 300); auto t3 = t1[0 .. 2];

[Issue 4591] Concat of std.typecons.Tuples

2010-10-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4591 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED