Sized_NonEmptyList

given Sized_NonEmptyList[T]: Sized[NonEmptyList[T]]

Value members

Concrete methods

def size(t: NonEmptyList[T]): Int

Inherited methods

def length(t: NonEmptyList[T]): Int

alias for size

alias for size

Inherited from
Sized