2 lines
101 B
FSharp
2 lines
101 B
FSharp
> Set.union (Set.difference a b) (Set.difference b a);;
|
|
val it : Set<string> = set ["Jim"; "Serena"]
|