Contents

write(to:)

Writes the textual representation of the Unicode scalar into the given output stream.

Declaration

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

Parameters

  • target:

    An output stream.

See Also

Printing and Displaying a Scalar