pub fn remove_indices<T>(vector: &mut Vec<T>, indices: &[usize])
Reduce the size of the vector by removing values.
vector
Vec
indices