Interest in std.algorithm.joiner?

sybrandy sybrandy at gmail.com
Tue Jul 27 16:31:25 PDT 2010


> It's just one range and one separator.
>
> auto joined = joiner(["Mary", "has"], "\t");
> assert(joined.front == 'M');
>
>
> Andrei

Looks good to me.  I vote for having it.

Casey


More information about the Digitalmars-d mailing list