[][src]Function leetcode_rust::binary_search::search

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