Generic Instance Method

write(to:)

Writes the string into the given output stream.

Declaration

func write<Target>(to target: inout Target) where Target : TextOutputStream

Parameters

target

An output stream.

Relationships

See Also

Writing to a File or URL

func write(String)

Appends the given string to this string.