write(_:) Appends the given string to this string. Declarationmutating func write(_ other: String) Parametersother: A string to append. See AlsoWriting to a File or URLwrite(to:)