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
target
An output stream.
Writes the string into the given output stream.
SDK
Framework
func write<Target>(to target: inout Target) where Target : TextOutputStream
target
An output stream.
func write(String)
Appends the given string to this string.