std.compress
Brad Anderson
eco at gnuk.net
Wed Jun 5 11:29:51 PDT 2013
On Wednesday, 5 June 2013 at 18:25:45 UTC, w0rp wrote:
> An the subject of std.algorithm being very large, I realised
> something. Once the import change is in that makes it possible
> to import sub-modules all at once, there will be some nice
> potential for splitting up std.algorithm a bit into
> sub-modules, while making 'import std.algorithm' work exactly
> like it does now.
You could probably just use the categories the documentation
already defines.
std\algorithm\searching.d
std\algorithm\comparison.d
std\algorithm\iteration.d
std\algorithm\sorting.d
std\algorithm\set.d
std\algorithm\mutation.d
More information about the Digitalmars-d
mailing list