Review of Jose Armando Garcia Sancio's std.log

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Mar 6 11:47:50 PST 2012


On 3/6/12 11:36 AM, Jose Armando Garcia wrote:
> import someSymboleThatDoesntCollide = std.log;

I think this works better:

static import log = std.log;


Andrei


More information about the Digitalmars-d mailing list