std::collections::set {Value}

intersection

fn LinkedHashSet LinkedHashSet.intersection(&self, Allocator allocator, LinkedHashSet* other)
Returns the intersection of the two sets (A & B)

Parameters