<br><br><div class="gmail_quote">On Sat, Oct 16, 2010 at 9:01 AM, Andrei Alexandrescu <span dir="ltr">&lt;<a href="mailto:SeeWebsiteForEmail@erdani.org">SeeWebsiteForEmail@erdani.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 10/16/10 2:30 CDT, Christof Schardt wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
auto d = duck!Drawable(c); // awes<br>
</blockquote>
<br>
What about &quot;as&quot; ?<br>
<br>
auto d = as!Drawable(c);<br>
</blockquote>
<br></div>
Nice too, and evokes &quot;to&quot;. &quot;to&quot; was a success in spite of the fact that it&#39;s difficult to talk about (e.g. &quot;Could you use &#39;to&#39;?&quot; &quot;To what?&quot; etc). I still prefer &quot;duck&quot; because it doesn&#39;t have this problem.<br>
</blockquote><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Speaking of which, it looks like std.conv is a good place to put duck in.<br><font color="#888888">
<br>
<br>
Andrei<br>
<br></font></blockquote><div> </div></div>Hmm.. I was going to suggest /dev/null but I suppose that works too. If we have to have it, I would vote for &quot;as&quot; over &quot;duck&quot; simply because duck can be interpreted either a noun with only metaphorical relevance or as a verb with no relevance at all. On the other hand, &quot;as&quot; is simple and gets the point across.