[][src]Function leetcode_rust::binary_search::search2

pub fn search2(nums: Vec<i32>, target: i32) -> i32