How to specialize template function for associative arrays?

Extrawurst spam at extrawurst.org
Fri Oct 19 05:07:44 PDT 2007


as far as i know:

void parse(T : A[B])() {
}

~Extrawurst


Aarti_pl schrieb:
> void parse(T)() {
> }
>
> //What to write here???
> void parse(T : ?????)() {
> }
>
> void main() {
>     parse!(int[char[]])();
> }


More information about the Digitalmars-d-learn mailing list