fn get_or_insert(value: String, set: &mut HashSet<Rc<str>>) -> Rc<str>
Get the specified String from set or insert if it doesn’t exist
String
set