We need to rethink remove in std.container

Steven Schveighoffer schveiguy at yahoo.com
Tue Feb 22 14:20:59 PST 2011


On Tue, 22 Feb 2011 16:55:29 -0500, Andrei Alexandrescu  
<SeeWebsiteForEmail at erdani.org> wrote:

> On 2/22/11 3:23 PM, Philippe Sigaud wrote:
>> Btw, is there a way to have
>> an empty container and use an output range to fill it? I didn't look
>> at std.container for quite some time.
>
> No, but this may be an interesting idea to pursue.

s/insert/put

Now all containers that support insertion are output ranges...

Or am I missing something?

-Steve


More information about the Digitalmars-d mailing list