the point of selective importing

Georg Wrede georg.wrede at nospam.org
Tue Jul 11 05:56:44 PDT 2006


Bill Baxter wrote:

> static import module.with.a.long.name.string;
> alias module.with.a.long.name.string Str;

import module.with.a.long.name.string as Str;

This keeps "Str" and the module name and the word import on one line, 
making it hugely easier to grep for them.



More information about the Digitalmars-d mailing list