UInt128

schrodinger.math.UInt128
See theUInt128 companion object
final case class UInt128(hi: Long, lo: Long)

Attributes

Companion:
object
Source:
UInt128.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def &(that: UInt128): UInt128

Attributes

Source:
UInt128.scala
def *(that: UInt128): UInt128

Attributes

Source:
UInt128.scala
def +(that: UInt128): UInt128

Attributes

Source:
UInt128.scala
def <<(n: Int): UInt128

Attributes

Source:
UInt128.scala
def >>(n: Int): UInt128

Attributes

Source:
UInt128.scala
def ^(that: UInt128): UInt128

Attributes

Source:
UInt128.scala

Attributes

Source:
UInt128.scala
def |(that: UInt128): UInt128

Attributes

Source:
UInt128.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product