Sets initialization in Swift

Forums:

let intSet: Set<Int> = [123]
let strSet: Set = ["one""two""three"]