The value of this BigInt as a long, or long.max/long.min if outside the representable range.
auto b = BigInt("12345"); long l = b.toLong(); assert(l == 12345);
See Implementation