Lazy private selective imports

Martin Nowak code at dawg.eu
Tue Mar 25 15:44:31 PDT 2014


On 03/24/2014 10:18 PM, Peter Alexander wrote:
> Would it be possible to perform private selective imports lazily? i.e.
> only import when the symbol selectively imported is requested.
>
Laziness only makes sense for static imports, because otherwise the 
compiler needs to check for overloads during symbol lookup.


More information about the Digitalmars-d mailing list