invoke
Creates an empty tuple.
Return
zero-arity tuple instance.
Creates a tuple with one element.
Return
tuple containing the supplied element.
Parameters
first element.
Creates a tuple with two elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
Creates a tuple with three elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
Creates a tuple with four elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
fourth element.
Creates a tuple with five elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
fourth element.
fifth element.
Creates a tuple with six elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
fourth element.
fifth element.
sixth element.
Creates a tuple with seven elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
fourth element.
fifth element.
sixth element.
seventh element.
Creates a tuple with eight elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
fourth element.
fifth element.
sixth element.
seventh element.
eighth element.
Creates a tuple with nine elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
fourth element.
fifth element.
sixth element.
seventh element.
eighth element.
ninth element.
Creates a tuple with ten elements.
Return
tuple containing the supplied elements.
Parameters
first element.
second element.
third element.
fourth element.
fifth element.
sixth element.
seventh element.
eighth element.
ninth element.
tenth element.