Function select_entry_from_vector

Source
pub fn select_entry_from_vector<T: Clone>(
    vector: &Vec<T>,
    entry: usize,
) -> (Option<T>, Vec<T>)