max2

Function max2 

Source
pub fn max2<T>(a: &[T], b: &[T]) -> Vec<T>
where T: Bounded + PartialOrd + Copy,
Expand description

Returns the maximum elements from a or b.