Function find_lowest

Source
pub fn find_lowest(x: &Vec<i32>) -> Option<&i32>