Function okapi::merge::merge_string

source ·
pub fn merge_string(s1: &str, s2: &str) -> String
Expand description

Merge String/&str:

  • If one is empty: Use other
  • Otherwise: Use first value