How to use an associative array with array values.

tipdbmp email at example.com
Wed Mar 21 18:31:29 UTC 2018


I see. I guess the other would be:

{
     int[8192] bar;
     int[8192][string] foo;
     foo["a"] = bar;
     foo["a"][8191] = -1;
}



More information about the Digitalmars-d-learn mailing list