I think this would be a nice improvement to the language that composes well with property delegates. It stands alone for, e.g. something like:
let d: Dictionary<_, Double> = ["one": 1, "pi": 3.14159] // infer the Key type to be String
I don't know that we could intercept the reference-counting operations well enough, but it's possible that we could pull some Builtin
tricks in the standard library to do this.
Doug