Multiple Template Specialization Types (in D1)?

Nick Sabalausky a at a.a
Tue Jul 1 14:25:16 PDT 2008


Is there a way to do something like this in D1 without resorting to function 
overloading?:

void Foo(T : char, wchar, dchar)(T arg) {/*code*/} 




More information about the Digitalmars-d-learn mailing list