combine_str_arrays

Function combine_str_arrays 

Source
pub fn combine_str_arrays(arr1: &[String], arr2: &[String]) -> Vec<String>
Expand description

Combine two string arrays, removing duplicates while preserving order.