write(to:)
Writes the character into the given output stream.
Declaration
func write<Target>(to target: inout Target) where Target : TextOutputStreamParameters
- target:
An output stream.
Writes the character into the given output stream.
func write<Target>(to target: inout Target) where Target : TextOutputStreamAn output stream.