On 2/27/2012 5:28 PM, H. S. Teoh wrote:
1) Why does map2's internal TypeInfo get set to int[] instead of
const(int)[]?

There shouldn't be any difference, as far as aa's go.

2) Why does map1[key] use int[]'s version of getHash() even though
map1's TypeInfo actually points to const(int)[]?

There should be no difference in the hash value for an int[] and a const(int)[].

Reply via email to