write(to:)
Writes a textual representation of this instance into the given output stream.
Declaration
func write<Target>(to target: inout Target) where Target : TextOutputStreamWrites a textual representation of this instance into the given output stream.
func write<Target>(to target: inout Target) where Target : TextOutputStream