Tuple0 is a tuple with no values. It maps directly to Nil.nil.

Static methods

@:fromstaticinlinenilToTuple(v:Nil):Tuple0

Creates Tuple0 from Nil.

@:tostaticinlinetoNil(this:Nil):Nil

Cast to Nil.

staticinlinetoString(this:Nil):String

Provides a string representation of the Tuple

staticinlinewith<T0>(this:Nil, v:T0):Tuple1<T0>

Creates a new Tuple with the addition of the extra value v. The Tuple of course increase in size by one.