Function longest_common_prefix

Source
pub fn longest_common_prefix(strs: Vec<String>) -> String