fitsByte

abstract fun fitsByte(): Boolean

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

Return

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