Associative array references

Atila Neves atila.neves at gmail.com
Mon Dec 2 08:41:11 PST 2013


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?


More information about the Digitalmars-d-learn mailing list