let string = "Hello" let nsmutablestring = NSMutableString(string: string) // "Hello" as an NSMutableString