Ein Arrya in einen Set umwandeln
let mySet = Set(["a", "b", "a"]) // Set<String>
Glamorous Gharial
let mySet = Set(["a", "b", "a"]) // Set<String>