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

Jonathan M Davis jmdavisProg at gmx.com
Sun Dec 23 11:59:07 PST 2012


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 breaking code. If 
something along those lines were implemented, it would potentially make some 
sense to reorganize std.algorithm as a package. I'd definitely break up 
std.datetime if something like that were implemented, but someone has to do 
it. I started looking into it at one point, but I have far higher priorities 
right now, so I didn't get very far and don't have time to tackle it right 
now.

- Jonathan M Davis


More information about the Digitalmars-d mailing list