Partition

scalus.compiler.intrinsics.UplcConstrListOperations.Partition
case class Partition[A_Partition](before: List[A_Partition], after: List[A_Partition])

Local pair type for sort's one-pass partition result. Annotated @UplcRepr(UplcConstr) so construction uses native-Constr emission — avoids Data-encoding the List[A] fields for abstract element type A.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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