In Scala 2.12.7, how can I create a BigInt from an integer initially longer than a Long? I'm looking for something simple where I write an expression that when evaluated is my original long integer expressed as a BigInt.
For example: (arbitrary 75-digit integer) --> equivalentBigInt
that can be accomplished in the REPL.