On 1/1/14, Brad Anderson <[email protected]> wrote: > void[key] is a commonly requested feature but so far no one has > implemented it.
You can however use: void[0][int] hash; hash[1] = [];
On 1/1/14, Brad Anderson <[email protected]> wrote: > void[key] is a commonly requested feature but so far no one has > implemented it.
You can however use: void[0][int] hash; hash[1] = [];