Contents

write(to:)

Writes the character into the given output stream.

Declaration

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

Parameters

  • target:

    An output stream.