On 4/4/2014 1:02 AM, Meta wrote:

alias TemplateArgs(T: Foo!U, U) = U;

void main()
{
     assert(is(TemplateArgs!MyFoo == int));
}

Ahh thanks.


Reply via email to