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