Return a tuple containing the values of both input tuples in order
Tuple<T, U> concat<each T, each U>( Tuple<T> t, Tuple<U> u);