#(1 2 3) asDictionary
For this one, I would expect a dictionary with integer keys
I see a dictionary as an indexed collection with key that are not only integer (like for an array).
1->1 2->2 3->3
I doubt this would be useful though.
My 2 cents,
Cédrick