Skip to main content

remove_slice_mutably

Function remove_slice_mutably 

Source
pub fn remove_slice_mutably<T: Copy>(
    slice: &mut Vec<T>,
    remove_index_list: &[usize],
)