[][src]Function salva3d::helper::filter_from_mask

pub fn filter_from_mask<T: Copy>(mask: &[bool], vec: &mut Vec<T>)

Deletes from vec only the element i such that the corresponding mask[i] is true.