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