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
Show all

Members list

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