Contact: aviboots(AT)netvision.net.il
41,437 questions
53,984 answers
573 users
import Foundation let str = "swift" let arr = Array(str) print(arr) /* run: ["s", "w", "i", "f", "t"] */