BigIntLeanExtensions extension

adds extensions to BigInt

on

Methods

toIntOrThrow() int

Available on BigInt, provided by the BigIntLeanExtensions extension

converts to int without clamping. Throws if invalid
toRadixExtended(int radix) String

Available on BigInt, provided by the BigIntLeanExtensions extension

converts to a given radix with base up to 64