ArrHead4

ostrat.ArrHead4
object ArrHead4

Attributes

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

Members list

Value members

Concrete methods

def unapply[A](arr: Arr[A]): Option[(A, A, A, 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