pub fn sorted_intersection<T: Ord + Clone>(a: &[T], b: &[T]) -> Vec<T>
Compute the sorted intersection of two sorted slices.