Skip to main content

longest_common_prefix

Function longest_common_prefix 

Source
fn longest_common_prefix(strings: &[&str]) -> String
Expand description

Find the longest common prefix of a set of strings.