Skip to main content

binary_search

Function binary_search 

Source
pub fn binary_search(entries: &[String], input: &str) -> Option<usize>