On Monday, 2 December 2013 at 15:13:48 UTC, bearophile wrote:
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).

How would that go in this case?

Reply via email to