ArrHead2

ostrat.ArrHead2
object ArrHead2

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

Attributes

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

Members list

Value members

Concrete methods

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

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

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

Attributes