bigIntOf

fun bigIntOf(value: Byte): BigInt
fun bigIntOf(value: Short): BigInt
fun bigIntOf(value: Int): BigInt
fun bigIntOf(value: Long): BigInt
fun bigIntOf(value: String, radix: Int = 10): BigInt
fun bigIntOf(value: UByte): BigInt
fun bigIntOf(value: UShort): BigInt
fun bigIntOf(value: UInt): BigInt
fun bigIntOf(value: ULong): BigInt