Function longest_common_prefix
pub fn longest_common_prefix<C: Candidate>(candidates: &[C]) -> Option<&str>
Returns the longest common prefix among all [Candidate::replacement()]s.
longest_common_prefixpub fn longest_common_prefix<C: Candidate>(candidates: &[C]) -> Option<&str>
Returns the longest common prefix among all [Candidate::replacement()]s.