BuiltinListOperationsV11

scalus.compiler.intrinsics.BuiltinListOperationsV11

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def at[A](self: List[A], index: BigInt): A
def contains[A](self: List[A], elem: A): Boolean
def deleteFirst[A](self: List[A], elem: A): List[A]
def diff[A](self: List[A], other: List[A]): List[A]
def distinct[A](self: List[A]): List[A]
def drop[A](self: List[A], n: BigInt): List[A]
def indexOf[A](self: List[A], elem: A): BigInt

Concrete fields

lazy val sirDeps: List[SIRModuleWithDeps]
lazy val sirModule: Module