Swift создать пустой набор
var emptySet = Set<Int>()
print("Set:", emptySet)
SAMER SAEID
var emptySet = Set<Int>()
print("Set:", emptySet)