Function binary_search

Source
pub fn binary_search(arr: &[i32], target: i32) -> Option<usize>