longest_common_prefix

Function longest_common_prefix 

Source
pub fn longest_common_prefix(input: Vec<&str>) -> String