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 givenradix
with base up to 64