BigInt.toInt

int toInt() @safe pure nothrow @nogc const

Returns

The value of this BigInt as an int, or int.max/int.min if outside

the representable range.