final object Definitions

Members

val MaxImplementedFunctionArity : Int

The maximum arity N of a function type that's implemented as a trait scala.FunctionN. Functions of higher arity are possible, but are mapped in erasure... []

val MaxTupleArity : Int

The maximum number of elements in a tuple or product. This should be removed once we go to hlists.