Function find_max_consecutive_ones

Source
pub fn find_max_consecutive_ones(nums: Vec<i32>) -> i32