Function retain_unskipped

Source
pub(crate) fn retain_unskipped<T>(target: &mut Vec<T>, skipped: &[bool])
Expand description

Retains the elements that are not skipped.