On Thursday, 13 June 2013 at 23:45:12 UTC, Daniel Murphy wrote:
I don't think 4 characters is a high price to pay for the added clarity. Then there is no ambiguity, no need to rename imports, no problems using ufcs. Every time I see lz77Compress in anybody's code I know exactly what
it does!

import std.compression : lz77Compress = lz78Compress;

;)

Reply via email to