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 Serializabletrait Producttrait Equalstrait CostingFunclass Objecttrait Matchableclass Any
Members list
In this article