Function third

Source
pub fn third<T: Index<2>>(tuple: T) -> T::Nth
Expand description

Returns the third element of the tuple. For a more generic function, see Tuple::nth