bigint

bearophile bearophileHUGS at lycos.com
Sat Nov 27 05:41:56 PST 2010


Ellery Newcomer:

> why does the following code fail?

Reduced case for bugzilla:

import std.bigint;
void main() {
    assert([BigInt(1)] == [BigInt(1)]);
}

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list