static bool canConvertToInt(BigInt i) { ret eq(bigint(i.intValue()), i); }