1 2 3 4 5 6 7 8 9
void func0(TemplatedClass2!(int, int) b){ } void func1(TemplatedClass2!(int, int) b){ } void func2(TemplatedClass!int b){ }