UInt128

final case class UInt128(hi: Long, lo: Long)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def &(that: UInt128): UInt128
def *(that: UInt128): UInt128
def +(that: UInt128): UInt128
@tailrec
def <<(n: Int): UInt128
@tailrec
def >>(n: Int): UInt128
def ^(that: UInt128): UInt128
def toBigInt: BigInt
def |(that: UInt128): UInt128

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product