BuiltinListOperations

scalus.compiler.intrinsics.BuiltinListOperations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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 head[A](self: List[A]): A
def indexOf[A](self: List[A], elem: A): BigInt
def isEmpty[A](self: List[A]): Boolean
def tail[A](self: List[A]): List[A]

Concrete fields

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