IntToBase

final implicit
class IntToBase(digits: String) extends AnyVal

Convert a string in a specified base to a BigInt

Returns

The BigInt converted from the string.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def b: BigInt
def base(b: Int): BigInt
def o: BigInt
def x: BigInt