join

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Jan 19 10:22:22 PST 2011


On 1/19/11, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
>
> import std.algorithm, std.stdio;
> void main()
> {
>      auto stuff = [ "coat", "husky", "sled", ];
>      writeln(joiner(stuff));
>      writeln(joiner(stuff, "; "));
> }
> coat; husky; sled

This will be great for string mixins. "int first, int last"


More information about the Digitalmars-d mailing list