I don't understand this error (this is not related to BigInt missing a toHash): import std.bigint: BigInt; void main() { BigInt[int] aa; BigInt b = BigInt(1); aa[10] = b; // line 5 } dmd 2.043 shows: core.exception.RangeError@Temp(5): Range violation
*** This issue has been marked as a duplicate of issue 2451 ***