pratphall
pratphall copied to clipboard
Once 0.9 is around w/ generics, change "associative array" to "map"
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.