Constructor taking one value for each field.
Constructor taking a compatible tuple.
The type of the tuple's components.
The names of the tuple's components. Unnamed fields have empty names.
Assignment from another tuple. Each element of the source must be implicitly assignable to the respective element of the target.
Comparison for ordering.
Comparison for equality.
Converts to string.
Takes a slice of the tuple.