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;

Reply via email to