<br>On Wed, Mar 31, 2010 at 02:34, Adam Ruppe <span dir="ltr">&lt;<a href="mailto:destructionator@gmail.com">destructionator@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
All right, now I&#39;m actually done for the day.<br>
<br>
Updated the zip at the link:<br>
<div class="im"><a href="http://arsdnet.net/dcode/dmdscript_d2.zip" target="_blank">http://arsdnet.net/dcode/dmdscript_d2.zip</a><br>
<br>
</div>       se.addFunction!(fun, &quot;fun&quot;);  // adding D functions is just giving<br>
the names. the second arg is required since stringof the alias kept<br>
treating it as a property.....<br></blockquote><div><br>I remember having the same problem... You can try  __traits(identifier, ...):<br><br>enum string  scriptName = getPlainName!(__traits(identifier, T));<br><br><br>Philippe<br>
</div></div>