std.compress

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


On Thursday, 13 June 2013 at 13:15:03 UTC, Andrej Mitrovic wrote:
> What happens when we get std.compression.lz78 and you end up
> accidentally calling compress on with lz77 and expand with lz78?
> […]
> Imports are incredibly easy to screw up.

I think this argument is invalid: A typo in an import statement 
is just as likely as in a function call.

David


More information about the Digitalmars-d mailing list