<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Try something like this:<br>
<br>
foreach (i, dummy; foo.tupleof)<br>
{<br>
    alias Tuple!(__traits(getAttributes, foo.tupleof[i])) tp;<br>
    pragma(msg, tp);<br>
}<span class="HOEnZb"><font color="#888888"><br>
<br></font></span></blockquote><div><br></div><div>Ok so that is because ref does not work with foreach on tuples. Somehow I thought that got fixed.</div><div>Anyways, with your suggestion I get a strange error.</div><div>

<br></div><div><div>Error: first argument is not a symbol</div><div>tuple(false)</div></div><div><br></div><div>Regards</div><div>- Puneet</div><div><br></div></div>