[Issue 2631] alias symbol this;

Brian digitalmars at brianguertin.com
Thu Jan 29 05:10:53 PST 2009


> Could the usual scope differentiation syntax be used?
>     alias T this; // I mean the template itself
> vs
>     alias T .this; // I mean the this in the outer scope
> 

would this make sense?
     alias T template; // I mean the template itself
 vs
     alias T this; // I mean the this in the outer scope


More information about the Digitalmars-d-bugs mailing list