[Issue 9207] std.array.join of immutable(string[])

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 3 20:19:11 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9207



--- Comment #2 from hsteoh at quickfur.ath.cx 2013-01-03 20:19:10 PST ---
It doesn't work for immutable(string)[] either, because join() requires the
elements to be input ranges as well, but immutable(string) cannot have
popFront() defined since it's immutable.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list