Arr1Tail

ostrat.Arr1Tail
object Arr1Tail

Attributes

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

Members list

Value members

Concrete methods

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

Extractor method for Arr of length >= 1. Optionally Returns a Tuple2 of the first element and the tail.

Extractor method for Arr of length >= 1. Optionally Returns a Tuple2 of the first element and the tail.

Attributes

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