Atila Neves:
int[string] aa[string];
Don't mix C style array definitions with D style ones :-) Always use the D-style, unless you are porting C code (and refactor it later).
Bye, bearophile
Atila Neves:
int[string] aa[string];
Don't mix C style array definitions with D style ones :-) Always use the D-style, unless you are porting C code (and refactor it later).
Bye, bearophile