What to use instead of array.join if RHS is not a range?

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Nov 27 04:05:12 PST 2012


On 11/27/12, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> All you need to do is put it in an array.
>
> arr.join([s]);

Still doesn't work.

> S[1] s = void;
> s[0] = S(0);
> arr.join(s[]);

Neither does that.

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


More information about the Digitalmars-d-learn mailing list