A size_t designating the starting position of the slice.
A size_t designating the ending position (exclusive) of the slice.
A new Tuple that is a slice from [from, to$(RPAREN) of the original. It has the same types and values as the range [from, to$(RPAREN) in the original.
Takes a slice by-reference of this Tuple.