fitsLong

abstract fun fitsLong(): Boolean

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

Return

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