Source code annotations alla Java

Trass3r un at known.com
Thu Jan 20 14:02:58 PST 2011


> template foo (args...) {}
>
> Does that work with aliases?

Well at least the following compiles:

template Foo(T...,)
{
	int i;
}

int a,b;
alias Foo!(a,b) f;


More information about the Digitalmars-d-learn mailing list