UInt128

final case class UInt128(hi: Long, lo: Long)
Companion:
object
Source:
UInt128.scala
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
def <<(n: Int): UInt128
def >>(n: Int): UInt128
def ^(that: UInt128): UInt128
def |(that: UInt128): UInt128

Inherited methods

Inherited from:
Product