Writes the string into the given output stream.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
func write<Target>(to target: inout Target) where Target : TextOutputStream
Parameters
targetAn output stream.
Writes the string into the given output stream.
SDK
Framework
func write<Target>(to target: inout Target) where Target : TextOutputStream
targetAn output stream.
func write(String)Appends the given string to this string.