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

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

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