<br><br><div class="gmail_quote">On Sun, Jan 6, 2013 at 8:16 AM, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com" target="_blank">newshound2@digitalmars.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
UDA can not apply to function argument?<br><br>
</blockquote>
<br></div></div>
Currently, no.<br></blockquote><div><br></div><div>Walter, what is the official way to return an attributed value?</div><div><br></div><div>XXX? foo()</div><div>{</div><div>    @Marked int i;</div><div>    return i;</div>
<div>}</div></div><br>