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