pub fn first_ref<A, B>(tup: &(A, B)) -> &A
Expand description

Return the first element of a 2-tuple ref