<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Oops ;/ How do I get the number of type arguments if I don't know them yet? I know this sort of seems wrong but somehow, to know how to alias the class I need to know it's number of arguments. (I don't think it makes too much sense with the type system but not sure how to solve the following problem without it:<br>

<br>
<a href="http://forum.dlang.org/thread/wacupbnlqgrfhaebdssd@forum.dlang.org#post-yhhtuojlsgiykyrfhngl:40forum.dlang.org" target="_blank">http://forum.dlang.org/thread/<u></u>wacupbnlqgrfhaebdssd@forum.<u></u>dlang.org#post-<u></u>yhhtuojlsgiykyrfhngl:40forum.<u></u>dlang.org</a>)<br>

</blockquote></div><br><div>I saw your other post. I'll try to understand what you're trying to do in the dpaste you posted.</div><div><br></div><div>I'm not sure I get your question, though. If a type is not known in the current scope, you cannot determine its number of arguments, because, well, it's not known.</div>