pub fn max2<T>(a: &[T], b: &[T]) -> Vec<T>where T: Bounded + PartialOrd + Copy,
Returns the maximum elements from a or b.
a
b