Ellery Newcomer: > why does the following code fail?
Reduced case for bugzilla:
import std.bigint;
void main() {
assert([BigInt(1)] == [BigInt(1)]);
}
Bye,
bearophile
Ellery Newcomer: > why does the following code fail?
Reduced case for bugzilla:
import std.bigint;
void main() {
assert([BigInt(1)] == [BigInt(1)]);
}
Bye,
bearophile