pratphall icon indicating copy to clipboard operation
pratphall copied to clipboard

Once 0.9 is around w/ generics, change "associative array" to "map"

Open cretz opened this issue 12 years ago • 0 comments

This should make many many things easier. I expect:

var arr = new Map<string, SomeClass>({
    someInitialKey: new SomeClass()
});

I also expect a stronger super type. And I also expect auto conversion between property access on a map and just a key name.

cretz avatar Feb 27 '13 23:02 cretz