Skip to main content

remember

Function remember 

Source
pub fn remember<T: PartialEq + Clone>(list: &mut Vec<T>, named: &T)
Expand description

Put named at the front, where reopening it moves it back to.