I see. I guess the other would be:

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

Reply via email to