protocol
Streamable
Inheritance | View Protocol Hierarchy → |
---|---|
Import |
|
Instance Methods
func writeTo(inout:)
Required
Write a textual representation of self
into target
.
Declaration
func
writeTo
<
Target
:
OutputStreamType
>
(
inout
target
:
Target
)
A source of text streaming operations.
Streamable
instances can be written to any output stream.For example:
String
,Character
,UnicodeScalar
.