List

scalus.prelude.List
See theList companion object
enum List[+A]

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

final case class Cons[+A](head: A, tail: List[A])
case case Nil extends List[Nothing]

Value members

Concrete methods

inline def !!(idx: BigInt): A
Extension method from List