[Issue 4468] std.string.join() for lazy iterable of strings

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4468 bearophile_h...@eml.cc changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4468] std.string.join() for lazy iterable of strings

2011-07-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4468 --- Comment #2 from bearophile_h...@eml.cc 2011-07-30 06:54:17 PDT --- This is a very common need. Another example: import std.range; void main() { auto aa = [1:["hello", "red"], 2:["blue", "yellow"]]; auto r1 = join(aa.values); // OK

[Issue 4468] std.string.join() for lazy iterable of strings

2011-02-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4468 --- Comment #1 from bearophile_h...@eml.cc 2011-02-07 14:33:28 PST --- See also bug 5542 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4468] std.string.join() for lazy iterable of strings

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4468 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|