On 4/17/12, H. S. Teoh <[email protected]> wrote: > What if .keys returns a tail-immutable array? You should still be able > to sort it, right?
I think so. Since I only ever use basic types as keys I don't think I'll have any issues with immutable(Key)[].
