Cons

scalus.prelude.List$.Cons
final case class Cons[+A](head: A, tail: List[A])

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toList: List[A]

Attributes

Inherited from:
List