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