ArrHead3

ostrat.ArrHead3
object ArrHead3

Attributes

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

Members list

Value members

Concrete methods

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