H. S. Teoh:

I'm tempted to propose that the language should be changed
so that AA keys are *always* immutable implicitly. That is,
writing int[int] is exactly the same as writing
int[immutable(int)],

See:
http://d.puremagic.com/issues/show_bug.cgi?id=6253

Bye,
bearophile

Reply via email to