I

scalus.uplc.builtin.Data.I
case class I(value: BigInt) extends Data

Arbitrary-precision integer.

Corresponds to UPLC builtins iData and unIData.

Value parameters

value

the integer value

Attributes

Example
 I(42)
 I(-1000000000000000000L)
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Data
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Debug string representation matching the Pretty instance format

Debug string representation matching the Pretty instance format

Attributes

Definition Classes
Data -> Any
Inherited from:
Data