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