Generic Instance Method

write(to:)

Writes a textual representation of this instance into the given output stream.

Required.

Declaration

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