std.compress

David Nadlinger code at klickverbot.at
Thu Jun 13 06:35:35 PDT 2013


On Thursday, 13 June 2013 at 11:36:16 UTC, Daniel Murphy wrote:
> Ok, how exactly is the data compressed in the following 
> snippet?  No
> scrolling up to the top of the module to see what's imported!

I don't need to scroll to the top of the module, just a few lines 
up because I'm using function-local imports anyway. :P

If you want extra verbosity (which can be good *sometimes*), just 
write "import lz77 = std.compression.lz77" and you are good to go.

David


More information about the Digitalmars-d mailing list