pub fn third<T: Index<2>>(tuple: T) -> T::NthExpand description
Returns the third element of the tuple.
For a more generic function, see Tuple::nth
pub fn third<T: Index<2>>(tuple: T) -> T::NthReturns the third element of the tuple.
For a more generic function, see Tuple::nth