Function keep_first

Source
pub fn keep_first<A, B>(tuple: &(A, B)) -> &A
Expand description

Returns a reference to the first element of a tuple reference.