Associative array references

bearophile bearophileHUGS at lycos.com
Mon Dec 2 08:52:50 PST 2013


Atila Neves:

> How would that go in this case?

An example usage:

void main() {
     int[float][string] aa;
     aa["foo"][1.5] = 1;
}

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list