Set

extension Set
  • Undocumented

    Declaration

    Swift

    public func inserting(_ element: Element) -> Set
  • Undocumented

    Declaration

    Swift

    public static func + (lhs: Set, rhs: Element?) -> Set
  • Undocumented

    Declaration

    Swift

    public static func + (lhs: Element?, rhs: Set) -> Set