How to specialize template function for associative arrays?

Aarti_pl aarti at interia.pl
Fri Oct 19 02:22:16 PDT 2007


void parse(T)() {
}

//What to write here???
void parse(T : ?????)() {
}

void main() {
     parse!(int[char[]])();
}


More information about the Digitalmars-d-learn mailing list