http://d.puremagic.com/issues/show_bug.cgi?id=539
------- Comment #1 from lovesyao at hotmail.com  2006-11-18 23:19 -------
I think that more short syntax is needed for nested templates.
template Test(T)(T t){}
class Test(T)(T t){}
void Test(T)(T t)(){}
So I want that fix like test!(int)!(10)().
--