TupleArity

trait TupleArity[T]

The arity of type T (if its a tuple), as viewed at compile-time (at run-time, a value that is determined to be a "singular" type, might in fact be a tuple).

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def arity: Int