I see. I guess the other would be: { int[8192] bar; int[8192][string] foo; foo["a"] = bar; foo["a"][8191] = -1; }
Re: How to use an associative array with array values.
tipdbmp via Digitalmars-d-learn Wed, 21 Mar 2018 11:35:31 -0700
- How to use an associative array wit... tipdbmp via Digitalmars-d-learn
- Re: How to use an associative ... Adam D. Ruppe via Digitalmars-d-learn
- Re: How to use an associat... tipdbmp via Digitalmars-d-learn
- Re: How to use an asso... Jesse Phillips via Digitalmars-d-learn