isValidInt property

bool isValidInt

Whether this big integer can be represented as an int without losing precision.

Warning: this function is not yet implemented and always returns true.

Implementation

bool get isValidInt;