[][src]Function zoozle::cont::vec_max

pub fn vec_max<T: PartialOrd + Clone>(data: &Vec<T>) -> Option<T>

Returns Some(maximum value). If vector is empty, this function returns None.