keep_first_mut

Function keep_first_mut 

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

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