Int128

zio.wasm.Int128
See theInt128 companion object
final case class Int128(high: Long, low: Long)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def &(other: Int128): Int128
def &(other: Int): Int128
def <<(x: Int): Int128
def >>(x: Int): Int128
def >>>(x: Int): Int128
def ^(other: Int128): Int128
def ^(other: Int): Int128
def toByte: Byte
def toInt: Int
def toLong: Long
def toShort: Short
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def |(other: Int128): Int128
def |(other: Int): Int128

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product