toBigInt

fun Int.toBigInt(): BigInt

Convert this Int to BigInt

fun Long.toBigInt(): BigInt

Convert this Long to BigInt

fun UInt.toBigInt(): BigInt

Convert UInt to BigInt

fun ULong.toBigInt(): BigInt

Convert ULong to BigInt

fun UIntArray.toBigInt(sign: Byte): BigInt

Create a BigInt with this array of magnitudes with protective copy