Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
let setA : Set<String> = ["John", "Bob", "Mary", "Serena"]
|
||||
let setB : Set<String> = ["Jim", "Mary", "John", "Bob"]
|
||||
println(setA.exclusiveOr(setB)) // symmetric difference of A and B
|
||||
println(setA.subtract(setB)) // elements in A that are not in B
|
||||
Loading…
Add table
Add a link
Reference in a new issue