Function shrimple_parser::tuple::second_ref
source ยท pub fn second_ref<T: Index<1>>(tuple: &T) -> &T::NthExpand description
Returns a reference to the second element of the tuple.
For a more generic function, see Tuple::nth_ref