fn string_set( values: Option<Vec<String>>, defaults: &[&str], ) -> BTreeSet<String>
Convert optional strings into a set with defaults.