std::collections::set {Value}

difference

fn LinkedHashSet LinkedHashSet.difference(&self, Allocator allocator, LinkedHashSet* other)
Return this set - other, so (A & ~B)

Parameters