fitsInt

abstract fun fitsInt(): Boolean

Tests whether the value contained within this BigInt could safely fit type Int without overflow.

Return

true if this BigInt falls in the range Int.MIN_VALUE .. Int.MAX_VALUE, otherwise false.