Set @frozen struct Set<Element> where Element : Hashable combine(_:) Declaration Swift public func combine(_ other: Set<Element>) -> Set<Element> empty() Declaration Swift public static func empty() -> Set<Element> k() Wraps this set into a SetK. Declaration Swift func k() -> SetK<Element> Return Value A SetK that contains the elements of this set.