T sealed trait

NonEmptyTuple

extends Object with Tuple

Tuple of arbitrary non-zero arity

Supertypes

Object, Tuple

Annotations

@scala.annotation.internal.Child

Members

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 

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)