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