std.algorithm (Was: dlang.org Library Reference)

2012-12-23 Thread Peter Alexander
On Sunday, 23 December 2012 at 16:06:57 UTC, John Colvin wrote: On Sunday, 23 December 2012 at 14:43:25 UTC, Andrei Alexandrescu wrote: I like std.algorithm the way it is. Andrei Same here. In my mind it's about generality: General purpose algorithms (sort, partition etc.) belong in

Re: std.algorithm (Was: dlang.org Library Reference)

2012-12-23 Thread Andrei Alexandrescu
On 12/23/12 12:54 PM, Peter Alexander wrote: On Sunday, 23 December 2012 at 16:06:57 UTC, John Colvin wrote: On Sunday, 23 December 2012 at 14:43:25 UTC, Andrei Alexandrescu wrote: I like std.algorithm the way it is. Andrei Same here. In my mind it's about generality: General purpose

Re: std.algorithm (Was: dlang.org Library Reference)

2012-12-23 Thread Jonathan M Davis
On Sunday, December 23, 2012 18:54:15 Peter Alexander wrote: Would it be possible to split the library up and add public imports to std.algorithm of the moved symbols? DIPs 15 and 16 relate to the ability to split up a module into separate modules within a package with the same name without