[][src]Function sync15::util::set_intersection

pub(crate) fn set_intersection(
    a: &HashSet<String>,
    b: &HashSet<String>
) -> HashSet<String>