sort_slice_with_mask

Function sort_slice_with_mask 

Source
pub fn sort_slice_with_mask<T: Ord + Copy>(
    data: &[T],
    mask: Option<&Bitmask>,
) -> (Vec64<T>, Option<Bitmask>)
Expand description

Sorts array data and applies the same permutation to the null mask.