Interest in std.algorithm.joiner?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Jul 27 08:21:08 PDT 2010


We have std.algorithm.splitter which splits a range into components 
without allocating a new array.

Is there an interest in joiner(), the corresponding function for join() 
that joins elements of a range in conjunction with a separator without 
allocating a new array?


Andrei


More information about the Digitalmars-d mailing list