Empty collection (Set)

var team = Set<String>()
print(team)
// print: [] 
Comments