pub fn keep_second<A, B>(tuple: &(A, B)) -> &B
Returns a reference to the second element of a tuple reference.