Associative array references

bearophile bearophileHUGS at lycos.com
Mon Dec 2 07:13:45 PST 2013


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


More information about the Digitalmars-d-learn mailing list