Jak sprawdzić, czy coś jest w zestawie w Swift
let foo: Set = [1]
foo.contains(1) // true
Defiant Dog
let foo: Set = [1]
foo.contains(1) // true