NonEmptyTuple
extends Object with TupleTuple of arbitrary non-zero arity
Supertypes
Object, TupleAnnotations
@scala.annotation.internal.ChildMembers
inline
def
apply
[This] ( n: Int ) : Elem[This,n.type]Get the i-th element of this tuple. Equivalent to productElement but with a precise return type.
Get the i-th element of this tuple. Equivalent to productElement but with a precise return type.
inline
def
head
[This] : Head[This]Get the head of this tuple
Get the head of this tuple
inline
def
tail
[This] : Tail[This]Get the tail of this tuple. This opteration is O(this.size)
Get the tail of this tuple. This opteration is O(this.size)