> 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