Arr2Tail

ostrat.Arr2Tail
object Arr2Tail

Attributes

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

Members list

Value members

Concrete methods

def unapply[A](arr: RArr[A])(implicit ct: ClassTag[A]): Option[(A, A, RArr[A])]

Extractor method for Arr of length >= 2. Optionally Returns a Tuple3 of the first 2 elements and the tail.

Extractor method for Arr of length >= 2. Optionally Returns a Tuple3 of the first 2 elements and the tail.

Attributes

def unapply[A, ArrT <: ArrNoParam[A] { type ThisT = ArrT; }](arr: ArrT): Option[(A, A, ArrT)]