phobos dependencies

Joseph Rushton Wakeling joseph.wakeling at webdrake.net
Thu Dec 19 01:56:19 PST 2013


On 19/12/13 00:08, Walter Bright wrote:
> 4. Break kitchen sink modules like std.algorithm into one module per algorithm.
> This should not result in code duplication.

That might be desirable for other purposes anyway (std.algorithm is big!), but 
how does this differ from the existing possibility of doing, e.g.,

     import std.algorithm : sort;


More information about the Digitalmars-d mailing list