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