tupleOf
Returns a tuple with one element.
Return
Parameters
common super type for all tuple elements.
type of the first element.
the first element.
Returns a tuple with two elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
the first element.
the second element.
Returns a tuple with three elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
the first element.
the second element.
the third element.
Returns a tuple with four elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
type of the fourth element.
the first element.
the second element.
the third element.
the fourth element.
Returns a tuple with five elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
type of the fourth element.
type of the fifth element.
the first element.
the second element.
the third element.
the fourth element.
the fifth element.
Returns a tuple with six elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
type of the fourth element.
type of the fifth element.
type of the sixth element.
the first element.
the second element.
the third element.
the fourth element.
the fifth element.
the sixth element.
Returns a tuple with seven elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
type of the fourth element.
type of the fifth element.
type of the sixth element.
type of the seventh element.
the first element.
the second element.
the third element.
the fourth element.
the fifth element.
the sixth element.
the seventh element.
Returns a tuple with eight elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
type of the fourth element.
type of the fifth element.
type of the sixth element.
type of the seventh element.
type of the eighth element.
the first element.
the second element.
the third element.
the fourth element.
the fifth element.
the sixth element.
the seventh element.
the eighth element.
Returns a tuple with nine elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
type of the fourth element.
type of the fifth element.
type of the sixth element.
type of the seventh element.
type of the eighth element.
type of the ninth element.
the first element.
the second element.
the third element.
the fourth element.
the fifth element.
the sixth element.
the seventh element.
the eighth element.
the ninth element.
Returns a tuple with ten elements.
Return
Parameters
common super type for all tuple elements.
type of the first element.
type of the second element.
type of the third element.
type of the fourth element.
type of the fifth element.
type of the sixth element.
type of the seventh element.
type of the eighth element.
type of the ninth element.
type of the tenth element.
the first element.
the second element.
the third element.
the fourth element.
the fifth element.
the sixth element.
the seventh element.
the eighth element.
the ninth element.
the tenth element.