ArrHead

ostrat.ArrHead
object ArrHead

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArrHead.type

Members list

Value members

Concrete methods

def unapply[A](arr: Arr[A]): Option[A]

Extractor for the head of an Arr, immutable covariant Array based collection. The tail can be any length.

Extractor for the head of an Arr, immutable covariant Array based collection. The tail can be any length.

Attributes