<p>I think 'scope ref' is better.<br>
'in' = 'const scope', then 'in ref' = 'const scope ref'.</p>
<p>bool opEquals(in ref T rhs) const { ... }</p>
<p>Kenji Hara</p>
<div class="gmail_quote">2013/03/30 21:06 "Namespace" <<a href="mailto:rswhite4@googlemail.com">rswhite4@googlemail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As far as I studied the code, something like @ref isn't possible, because ref is already a keyword. Except as Pseudo-property. But this is a combination of '@' and 'ref' so that both, '@ref' and '@ ref' would be valid.<br>

I still like the idea of '&A'.<br>
</blockquote></div>