std.compress

David Nadlinger code at klickverbot.at
Wed Jun 5 07:20:49 PDT 2013


On Wednesday, 5 June 2013 at 12:55:50 UTC, Andrei Alexandrescu
wrote:
> On 6/5/13 2:55 AM, Timothee Cour wrote:
>> What I suggested in my original post didn't involve any
>> indirection/abstraction; simply a renaming to be consistent 
>> with
>> existing zlib (see my points A+B in my 1st post on this 
>> thread):
>>
>> std.compress.zlib.compress
>> std.compress.zlib.uncompress
>> std.compress.lzw.compress
>> std.compress.lzw.uncompress
>
> I think that's nice.

+1. D has many powerful features for handling module namespacing 
(e.g. "import lzw = std.compress.lzw"), let's enable people to 
make use of them.

David


More information about the Digitalmars-d mailing list