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