Appends the given string to this string.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
mutating func write(_ other: String)
Parameters
otherA string to append.
Appends the given string to this string.
SDK
Framework
mutating func write(_ other: String)
otherA string to append.
func write<Target>(to: inout Target)Writes the string into the given output stream.