Skip to main content

sorted_diff

Function sorted_diff 

Source
pub fn sorted_diff<T: Ord + Copy>(a: &[T], b: &[T]) -> Vec<T>
Expand description

Sorted set difference (a - b).