DropListCostingFun

scalus.uplc.eval.DropListCostingFun
case class DropListCostingFun(cpu: TwoArguments, memory: TwoArguments) extends CostingFun

Custom costing function for dropList builtin.

dropList uses IntegerCostedLiterally for the first argument, meaning the cost is based on the absolute value of the integer, not its memory representation.

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product