binary_search

Function binary_search 

Source
pub fn binary_search<T>(list: Vec<T>, item: T) -> Option<usize>
where T: Ord,