std::collections::set {Value}

set_union

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

Parameters