<br><br><div class="gmail_quote">On Tue, Jan 8, 2013 at 9:53 PM, Era Scarecrow <span dir="ltr"><<a href="mailto:rtcvb32@yahoo.com" target="_blank">rtcvb32@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tuesday, 8 January 2013 at 20:48:24 UTC, Philippe Sigaud wrote:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Jan 8, 2013 at 8:39 PM, monarch_dodra wrote:<br>
</blockquote>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Anyways, the details are there if you want details. I don't know which way it'll go.<br>
</blockquote>
<br></div><div class="im">
OK. I'll wait for a stabilized syntax for alias this.<br>
<br>
But the new `alias newSym = oldSym;` is implemented, right?<br>
</div></blockquote>
<br>
 As far as I can tell, Yes. I'll still be using 'alias oldSym newSym;' for a long time most likely, unless there's a big reason to switch.<br>
</blockquote></div><br><div>When I stop D for a few weeks and come back to it, I'm sometimes confused as to which is the old symbol and which is the new one.</div><div><br></div><div>For a declaration:</div><div><br>
</div><div>type newSym = oldSym;</div><div><br></div><div>is standard. </div><div><br></div><div>alias nemSym = oldSym;</div><div><br></div><div>will be easy to get used to</div><div><br></div><div><br></div>