Skip to main content

sorted_union

Function sorted_union 

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

Sorted set union.