sets with swift
var f:Set = ["f", "5"] f.count f.contains("f") f.insert("g") var f:Set = ["f", "5"] f.count f.contains("f") f.insert("g")