On Mon, 18 May 2015 14:30:42 +0000, Chris wrote:

> The following
> 
> string[string] myarray = ["key":"value"];
> string entry;
> entry = myarray["key"]; // => vgc: indexing an associative array may
> cause GC allocation
> 
> Why is _accessing_ an assoc treated as indexing it?

it can throw "out of range" error, which is `new`ed.

Attachment: signature.asc
Description: PGP signature

Reply via email to