Set
extension Set: Additive
extension Set: MultiplicativeSemigroup
-
Declaration
Swift
public static var zero: Set { get }Return Value
The empty set.
-
Declaration
Swift
public static func + (lhs: Set, rhs: Set) -> SetReturn Value
The union of the two given sets.
-
Declaration
Swift
public static func * (lhs: Set, rhs: Set) -> SetReturn Value
The intersection of the two given sets.
View on GitHub
Install in Dash
Set Extension Reference